diff src/menu_tree.asm @ 308:7733eb0055a0

VSI text v2 merged from new_screen_layout into default
author Janos Kovacs <kovjanos@gmail.com>
date Fri, 05 Jun 2015 13:37:13 +0200
parents 14719662fb95
children d21b172d5a7a
line wrap: on
line diff
--- a/src/menu_tree.asm	Tue Jun 02 16:34:02 2015 +0200
+++ b/src/menu_tree.asm	Fri Jun 05 13:37:13 2015 +0200
@@ -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