Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/surfmode.asm @ 43:65d5b0c8da41
New CF48, changed CF15
author | heinrichsweikamp |
---|---|
date | Thu, 24 Jun 2010 22:12:32 +0200 |
parents | 73014f788032 |
children | cd5b650920f6 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/surfmode.asm Sun Jun 20 22:11:28 2010 +0200 +++ b/code_part1/OSTC_code_asm_part1/surfmode.asm Thu Jun 24 22:12:32 2010 +0200 @@ -48,6 +48,7 @@ bra surfloop1 ; Startup tasks for decompression modes + call PLED_display_cns_surface ; Update surface CNS display (If allowed by CF15) call PLED_desaturation_time ; display desaturation time call PLED_nofly_time ; display nofly time @@ -203,6 +204,7 @@ bra update_surfloop60_2 ; One Minute tasks for deco modes + call PLED_display_cns_surface ; Update surface CNS display (If allowed by CF15) call PLED_nofly_time ; display nofly time call PLED_desaturation_time ; display desaturation time btfsc premenu ; Not when "Menu?" is displayed!