Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 529:08d7eb26665c
minor
author | heinrichsweikamp |
---|---|
date | Mon, 07 Aug 2017 15:18:32 +0200 |
parents | d2e52e6e1604 |
children | d36f9fca10ae |
comparison
equal
deleted
inserted
replaced
528:4921aa796691 | 529:08d7eb26665c |
---|---|
436 ; Reset and confirmation menu. | 436 ; Reset and confirmation menu. |
437 | 437 |
438 do_reset_menu: | 438 do_reset_menu: |
439 MENU_BEGIN tResetMenu, .6 | 439 MENU_BEGIN tResetMenu, .6 |
440 MENU_CALL tExit, do_return_settings | 440 MENU_CALL tExit, do_return_settings |
441 MENU_CALL tReboot, do_reset_menu2 ; Confirm | 441 MENU_CALL tReboot, do_reset_menu2 ; Confirm |
442 MENU_CALL tResetDeco, do_reset_menu3 ; Confirm | 442 MENU_CALL tResetDeco, do_reset_menu3 ; Confirm |
443 MENU_CALL tResetSettings, do_reset_menu4 ; Confirm | 443 MENU_CALL tResetSettings, do_reset_menu4 ; Confirm |
444 MENU_CALL tResetLogbook, do_reset_menu5 ; Confirm | 444 MENU_CALL tResetLogbook, do_reset_menu5 ; Confirm |
445 MENU_CALL tResetBattery, new_battery_menu ; New Battery submenu | 445 MENU_CALL tResetBattery, new_battery_menu ; New Battery submenu |
446 MENU_END | 446 MENU_END |
447 | 447 |
448 do_reset_menu2: | 448 do_reset_menu2: |