diff src/menu_tree.asm @ 336:1318c6cad41b

Merged new_screen_layout into default
author Janos Kovacs <kovjanos@gmail.com>
date Sun, 28 Jun 2015 05:05:46 +0200
parents 3d43da7acfe1
children 508d7fb98b34
line wrap: on
line diff
--- a/src/menu_tree.asm	Sun Jun 28 03:55:08 2015 +0200
+++ b/src/menu_tree.asm	Sun Jun 28 05:05:46 2015 +0200
@@ -624,8 +624,15 @@
         MENU_OPTION tFlip,         oFlipScreen,   0
         MENU_OPTION tMODwarning,   oMODwarning,   0
         MENU_CALL   tDispSetVSI,                  do_dispsets_VSI_menu
+        MENU_CALL   tMore,                        do_dispsets_menu_more
+        MENU_CALL   tExit,                        do_return_settings
+    MENU_END
+
+do_dispsets_menu_more:
+    MENU_BEGIN  tDispSets, .3
         MENU_OPTION tExtCeiling,   oExtCeiling,   0
-        MENU_CALL   tExit,                        do_return_settings
+        MENU_OPTION tShowppO2,     oShowppO2,     0
+        MENU_CALL   tExit,                        do_dispsets_menu_3stack
     MENU_END
 
 do_dispsets_VSI_menu: