Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 300:438ecb8090eb
internationalization of EAD and END in divemode, updated spanish for gas setup
author | heinrichsweikamp |
---|---|
date | Sat, 30 Apr 2011 09:49:50 +0200 |
parents | ceedf078b2d8 |
children | a5fd8777a598 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Sat Apr 30 08:30:56 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Sat Apr 30 09:49:50 2011 +0200 @@ -3077,11 +3077,13 @@ WIN_FONT FT_SMALL call PLED_divemask_color ; Set Color for Divemode mask lfsr FSR2,letter - STRCAT_PRINT "EAD:" + OUTPUTTEXTH .299 ; EAD: + call word_processor WIN_LEFT .95 WIN_TOP .216 lfsr FSR2,letter - STRCAT_PRINT "END:" + OUTPUTTEXTH .298 ; END: + call word_processor call PLED_standard_color btfss FLAG_const_ppO2_mode ; are we in ppO2 mode?