Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 280:ce6f861d4e3e
"TTS" redrawn correctly
author | heinrichsweikamp |
---|---|
date | Tue, 19 Apr 2011 07:37:56 +0200 |
parents | 8514588eb6a2 |
children | f8f865c70a0d |
comparison
equal
deleted
inserted
replaced
279:8514588eb6a2 | 280:ce6f861d4e3e |
---|---|
446 | 446 |
447 rcall PLED_clear_decoarea | 447 rcall PLED_clear_decoarea |
448 ; total deco time word | 448 ; total deco time word |
449 call PLED_divemask_color ; Set Color for Divemode mask | 449 call PLED_divemask_color ; Set Color for Divemode mask |
450 DISPLAYTEXT d'85' ; TTS | 450 DISPLAYTEXT d'85' ; TTS |
451 DISPLAYTEXT d'82' ; DEKOSTOP | |
451 call PLED_standard_color | 452 call PLED_standard_color |
452 return | 453 return |
453 | 454 |
454 PLED_display_deko: | 455 PLED_display_deko: |
455 btfsc menubit ; Divemode menu active? | 456 btfsc menubit ; Divemode menu active? |
456 bra PLED_display_deko1 ; Yes, do not display deco, only GF (if required) | 457 bra PLED_display_deko1 ; Yes, do not display deco, only GF (if required) |
457 | 458 |
458 ostc_debug 'y' ; Sends debug-information to screen if debugmode active | 459 ostc_debug 'y' ; Sends debug-information to screen if debugmode active |
459 ; deco stop word | 460 ; deco stop word |
460 call PLED_divemask_color ; Set Color for Divemode mask | |
461 DISPLAYTEXT d'82' ; DEKOSTOP | |
462 call PLED_standard_color | |
463 | |
464 WIN_TOP .80 | 461 WIN_TOP .80 |
465 WIN_LEFT .94 | 462 WIN_LEFT .94 |
466 WIN_FONT FT_MEDIUM | 463 WIN_FONT FT_MEDIUM |
467 WIN_INVERT .0 ; Init new Wordprocessor | 464 WIN_INVERT .0 ; Init new Wordprocessor |
468 PLED_color_code warn_ceiling ; Color-code Output | 465 PLED_color_code warn_ceiling ; Color-code Output |