Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 314:c61d94186f8f @5 variant
@5 "Escape TTS" translations
author | JeanDo |
---|---|
date | Tue, 03 May 2011 19:41:24 +0200 |
parents | 11be2470b9eb |
children | 676d18bce8d7 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue May 03 15:54:09 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue May 03 19:41:24 2011 +0200 @@ -3127,11 +3127,13 @@ call PLED_divemask_color ; Set Color for Divemode mask WIN_FONT FT_SMALL - WIN_LEFT .160-.63 ; 9 chars aligned right. + WIN_LEFT .160-.70 ; 10 chars aligned right. WIN_TOP .170 - STRCPY_PRINT "ExtraTime" ; Title - - WIN_LEFT .102 + lfsr FSR2,letter + OUTPUTTEXTH .305 ; "TTS in ..." + call word_processor + + WIN_LEFT .97 WIN_TOP .194 STRCPY "@" GETCUSTOM8 d'58' @@ -3141,7 +3143,7 @@ bcf leftbind STRCAT_PRINT "':" - WIN_LEFT .102+7*5 ; "@10':" is 5 chars long + WIN_LEFT .97+7*5 ; "@10':" is 5 chars long call PLED_standard_color lfsr FSR2,letter