diff src/menu_tree.asm @ 335:3d43da7acfe1 new_screen_layout

Always show ppO2 (warning position, standard color) option
author janos_kovacs <kovjanos@gmail.com>
date Sun, 28 Jun 2015 05:02:45 +0200
parents 14b466f66a7f
children 508d7fb98b34
line wrap: on
line diff
--- a/src/menu_tree.asm	Sun Jun 28 03:30:03 2015 +0200
+++ b/src/menu_tree.asm	Sun Jun 28 05:02:45 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: