Mercurial > public > hwos_code
diff src/divemenu_tree.asm @ 536:f6a3e820a798
update customview mask to (eventually) rewrite ppO2(Dil): to ppO2:
author | heinrichsweikamp |
---|---|
date | Tue, 22 Aug 2017 15:14:06 +0200 |
parents | 4921aa796691 |
children | ad7dc231c180 |
line wrap: on
line diff
--- a/src/divemenu_tree.asm Tue Aug 22 13:23:52 2017 +0200 +++ b/src/divemenu_tree.asm Tue Aug 22 15:14:06 2017 +0200 @@ -113,6 +113,7 @@ do_switch_gasX: btfsc is_bailout_menu ; Bailout confirmed? bsf is_bailout ; =1: Bailout + call customview_mask ; update customview mask to (eventually) rewrite ppO2(Dil): to ppO2: do_exit_divemode_menu: call timeout_divemode_menu2 clrf STKPTR @@ -145,6 +146,7 @@ bcf is_bailout_menu ; bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode bcf blinking_better_gas ; Clear blinking flag + call customview_mask ; update customview mask to (eventually) rewrite ppO2(Dil): to ppO2: bra do_exit_divemode_menu ; And exit do_divemode_gaslist_pscr: