Mercurial > public > hwos_code
comparison src/divemenu_tree.asm @ 541:ad7dc231c180
2.23beta release
author | heinrichsweikamp |
---|---|
date | Fri, 01 Sep 2017 13:18:38 +0200 |
parents | f6a3e820a798 |
children | b7eb98dbd800 |
comparison
equal
deleted
inserted
replaced
540:9a17b1db095b | 541:ad7dc231c180 |
---|---|
189 | 189 |
190 do_lost_gas: | 190 do_lost_gas: |
191 movlw .1 | 191 movlw .1 |
192 movwf menupos ; Set to first option in divemode menu | 192 movwf menupos ; Set to first option in divemode menu |
193 do_lost_gas0: | 193 do_lost_gas0: |
194 ; bcf ccr_diluent_setup ; use OC gases | |
195 ; bsf is_bailout_menu ; =1: Bailout | |
196 bsf short_gas_decriptions | 194 bsf short_gas_decriptions |
197 MENU_BEGIN tDivemenu_LostGas, .6 | 195 MENU_BEGIN tDivemenu_LostGas, .6 |
198 MENU_DYNAMIC gaslist_strcat_gas_mod, do_toggle_active ; Toggle the gas (in)active | 196 MENU_DYNAMIC gaslist_strcat_gas_mod, do_toggle_active ; Toggle the gas (in)active |
199 MENU_DYNAMIC gaslist_strcat_gas_mod, do_toggle_active ; Toggle the gas (in)active | 197 MENU_DYNAMIC gaslist_strcat_gas_mod, do_toggle_active ; Toggle the gas (in)active |
200 MENU_DYNAMIC gaslist_strcat_gas_mod, do_toggle_active ; Toggle the gas (in)active | 198 MENU_DYNAMIC gaslist_strcat_gas_mod, do_toggle_active ; Toggle the gas (in)active |