Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 123:6a94f96e9cea
The big cleanup, again.
author | JeanDo |
---|---|
date | Thu, 30 Dec 2010 23:45:20 +0100 |
parents | 14a074e1a375 |
children | 4f9f477bb452 |
comparison
equal
deleted
inserted
replaced
122:3003a8040b78 | 123:6a94f96e9cea |
---|---|
159 call divemode_copy_decolist ;copy gf_decolist (0x250:.32) to gf_decolist_copy (0x0E0:.32) | 159 call divemode_copy_decolist ;copy gf_decolist (0x250:.32) to gf_decolist_copy (0x0E0:.32) |
160 call divemenu_see_decoplan | 160 call divemenu_see_decoplan |
161 | 161 |
162 WIN_LEFT .0 | 162 WIN_LEFT .0 |
163 WIN_TOP .160 | 163 WIN_TOP .160 |
164 call PLED_standard_color | |
165 | |
164 STRCPY "TTS: " | 166 STRCPY "TTS: " |
165 movff char_O_ascenttime,lo | 167 movff char_O_ascenttime,lo |
166 bcf leftbind | 168 bcf leftbind |
167 output_8 | 169 output_8 |
168 STRCAT_PRINT "' " | 170 STRCAT_PRINT "' " |