comparison src/menu_tree.asm @ 298:2fe34fc0e2ae

new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
author heinrichsweikamp
date Sun, 31 May 2015 16:19:56 +0200
parents 653a3ab08062
children 9b1b0b32e7d5
comparison
equal deleted inserted replaced
297:65f6a7bfc205 298:2fe34fc0e2ae
257 lfsr FSR0,obottomDepth 257 lfsr FSR0,obottomDepth
258 call option_reset 258 call option_reset
259 259
260 do_planner_menu: 260 do_planner_menu:
261 extern do_demo_planner 261 extern do_demo_planner
262 MENU_BEGIN tPlan, .6 262 MENU_BEGIN tPlan, .7
263 MENU_CALL tInter, do_demo_divemode 263 MENU_CALL tInter, do_demo_divemode
264 MENU_OPTION tIntvl, odiveInterval, 0 264 MENU_OPTION tIntvl, odiveInterval, 0
265 MENU_OPTION tBtTm, obottomTime, 0 265 MENU_OPTION tBtTm, obottomTime, 0
266 MENU_OPTION tMxDep, obottomDepth, 0 266 MENU_OPTION tMxDep, obottomDepth, 0
267 MENU_CALL tDeco, do_demo_planner 267 MENU_CALL tDeco, do_demo_planner
268 MENU_CALL tSystSets, do_planner_config
268 MENU_CALL tExit, do_continue_main_menu 269 MENU_CALL tExit, do_continue_main_menu
269 MENU_END 270 MENU_END
271
272 do_planner_config:
273 MENU_BEGIN tPlan, .3
274 MENU_OPTION tSetBotUse, obottom_usage, 0
275 MENU_OPTION tSetDecoUse, odeco_usage, 0
276 MENU_CALL tExit, do_planner_menu
277 MENU_END
278
270 279
271 ;============================================================================= 280 ;=============================================================================
272 ; Divemode menu 281 ; Divemode menu
273 282
274 do_return_divemode_menu: 283 do_return_divemode_menu: