Mercurial > public > hwos_code
diff src/surfmode.asm @ 205:618191753d2b
Preparations for 1.7
author | heinrichsweikamp |
---|---|
date | Wed, 26 Nov 2014 14:30:25 +0100 |
parents | 93085f540746 |
children | 3b5df65d53fc |
line wrap: on
line diff
--- a/src/surfmode.asm Sun Nov 23 22:33:41 2014 +0100 +++ b/src/surfmode.asm Wed Nov 26 14:30:25 2014 +0100 @@ -117,8 +117,6 @@ WIN_FONT FT_SMALL bcf win_invert ; Reset invert flag -; call TFT_user_image ; Show the user image/text - WIN_COLOR color_lightblue WIN_SMALL menu_pos_column,menu_pos_row STRCPY_TEXT_PRINT tMenu ;"<Menu" @@ -265,9 +263,9 @@ ; Warnings for all modes call check_warn_battery ; Check if the battery level should be displayed/warned - call surfmode_check_for_nofly ; Check if nofly time should be shown - call surfmode_check_for_desat ; Check if desat time should be shown - call surfmode_check_for_interval ; Check if surface interval should be shown + rcall surfmode_check_for_nofly ; Check if nofly time should be shown + rcall surfmode_check_for_desat ; Check if desat time should be shown + rcall surfmode_check_for_interval ; Check if surface interval should be shown btfsc FLAG_apnoe_mode ; Done for Apnoe or Gauge mode bra surfmode_check_for_warnings2