# HG changeset patch # User heinrichsweikamp # Date 1303191476 -7200 # Node ID ce6f861d4e3ee11b4b09061a77fa2852a3a13869 # Parent 8514588eb6a2c7453b5db5bf79859a4c637c52ab "TTS" redrawn correctly diff -r 8514588eb6a2 -r ce6f861d4e3e code_part1/OSTC_code_asm_part1/divemode_menu.asm --- a/code_part1/OSTC_code_asm_part1/divemode_menu.asm Tue Apr 19 03:12:22 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/divemode_menu.asm Tue Apr 19 07:37:56 2011 +0200 @@ -680,6 +680,7 @@ btfsc gauge_mode ; Ignore in Gauge mode bra timeout_divemenu2a ; skip! + bcf menubit btfsc dekostop_active call PLED_display_deko_mask ; clear nostop time, display decodata btfss dekostop_active diff -r 8514588eb6a2 -r ce6f861d4e3e code_part1/OSTC_code_asm_part1/pled_outputs.asm --- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue Apr 19 03:12:22 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue Apr 19 07:37:56 2011 +0200 @@ -448,6 +448,7 @@ ; total deco time word call PLED_divemask_color ; Set Color for Divemode mask DISPLAYTEXT d'85' ; TTS + DISPLAYTEXT d'82' ; DEKOSTOP call PLED_standard_color return @@ -457,10 +458,6 @@ ostc_debug 'y' ; Sends debug-information to screen if debugmode active ; deco stop word - call PLED_divemask_color ; Set Color for Divemode mask - DISPLAYTEXT d'82' ; DEKOSTOP - call PLED_standard_color - WIN_TOP .80 WIN_LEFT .94 WIN_FONT FT_MEDIUM