comparison src/divemenu_tree.asm @ 182:93023d78812e

minor cleanup
author heinrichsweikamp
date Fri, 10 Oct 2014 11:13:54 +0200
parents 32c17df38423
children efe70488a04b
comparison
equal deleted inserted replaced
181:32c17df38423 182:93023d78812e
140 MENU_DYNAMIC gaslist_strcat_gasx, do_dive_nothing 140 MENU_DYNAMIC gaslist_strcat_gasx, do_dive_nothing
141 MENU_CALL tO2Plus, do_dive_pO2 141 MENU_CALL tO2Plus, do_dive_pO2
142 MENU_CALL tO2Minus, do_dive_mO2 142 MENU_CALL tO2Minus, do_dive_mO2
143 MENU_CALL tHePlus, do_dive_pHe 143 MENU_CALL tHePlus, do_dive_pHe
144 MENU_CALL tHeMinus, do_dive_mHe 144 MENU_CALL tHeMinus, do_dive_mHe
145 MENU_CALL tEnter, do_switch_gas6 145 MENU_CALL tExit, do_switch_gas6
146 MENU_END 146 MENU_END
147 147
148 do_dive_nothing: 148 do_dive_nothing:
149 bra do_divemode_gaslist_more 149 bra do_divemode_gaslist_more
150 150