diff src/menu_tree.asm @ 307:14719662fb95 new_screen_layout

Merged Screen layout work #4 into VSItextv2
author Janos Kovacs <kovjanos@gmail.com>
date Tue, 02 Jun 2015 23:38:21 +0100
parents 6d003c08bacd
children d21b172d5a7a
line wrap: on
line diff
--- a/src/menu_tree.asm	Tue Jun 02 17:34:19 2015 +0100
+++ b/src/menu_tree.asm	Tue Jun 02 23:38:21 2015 +0100
@@ -614,11 +614,12 @@
     call    menu_processor_pop
 
 do_dispsets_menu:
-    MENU_BEGIN  tDispSets, .5
+    MENU_BEGIN  tDispSets, .6
         MENU_OPTION tBright,       oBrightness,   0
         MENU_CALL   tColorScheme,                 do_color_scheme
         MENU_OPTION tFlip,         oFlipScreen,   0
-        MENU_OPTION tMODwarning,   oDepthBlink,   0
+        MENU_OPTION tMODwarning,   oMODwarning,   0
+        MENU_OPTION tVSItextv2,    oVSItextv2,    0
         MENU_CALL   tExit,                        do_return_settings
     MENU_END