comparison 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
comparison
equal deleted inserted replaced
299:eac799f69360 300:438ecb8090eb
3075 WIN_LEFT .95 3075 WIN_LEFT .95
3076 WIN_TOP .192 3076 WIN_TOP .192
3077 WIN_FONT FT_SMALL 3077 WIN_FONT FT_SMALL
3078 call PLED_divemask_color ; Set Color for Divemode mask 3078 call PLED_divemask_color ; Set Color for Divemode mask
3079 lfsr FSR2,letter 3079 lfsr FSR2,letter
3080 STRCAT_PRINT "EAD:" 3080 OUTPUTTEXTH .299 ; EAD:
3081 call word_processor
3081 WIN_LEFT .95 3082 WIN_LEFT .95
3082 WIN_TOP .216 3083 WIN_TOP .216
3083 lfsr FSR2,letter 3084 lfsr FSR2,letter
3084 STRCAT_PRINT "END:" 3085 OUTPUTTEXTH .298 ; END:
3086 call word_processor
3085 call PLED_standard_color 3087 call PLED_standard_color
3086 3088
3087 btfss FLAG_const_ppO2_mode ; are we in ppO2 mode? 3089 btfss FLAG_const_ppO2_mode ; are we in ppO2 mode?
3088 bra PLED_show_end_ead_divemode2 ; no, show OC EAD and END 3090 bra PLED_show_end_ead_divemode2 ; no, show OC EAD and END
3089 3091