comparison src/menu_tree.asm @ 333:14b466f66a7f new_screen_layout

Extend the Ceiling custom-view with ppO2 and current GF
author Janos Kovacs <kovjanos@gmail.com>
date Sun, 28 Jun 2015 03:30:03 +0200
parents d21b172d5a7a
children 3d43da7acfe1
comparison
equal deleted inserted replaced
332:0ff81ff290ce 333:14b466f66a7f
616 bcf in_color_menu 616 bcf in_color_menu
617 call menu_processor_pop 617 call menu_processor_pop
618 call menu_processor_pop 618 call menu_processor_pop
619 619
620 do_dispsets_menu: 620 do_dispsets_menu:
621 MENU_BEGIN tDispSets, .6 621 MENU_BEGIN tDispSets, .7
622 MENU_OPTION tBright, oBrightness, 0 622 MENU_OPTION tBright, oBrightness, 0
623 MENU_CALL tColorScheme, do_color_scheme 623 MENU_CALL tColorScheme, do_color_scheme
624 MENU_OPTION tFlip, oFlipScreen, 0 624 MENU_OPTION tFlip, oFlipScreen, 0
625 MENU_OPTION tMODwarning, oMODwarning, 0 625 MENU_OPTION tMODwarning, oMODwarning, 0
626 MENU_CALL tDispSetVSI, do_dispsets_VSI_menu 626 MENU_CALL tDispSetVSI, do_dispsets_VSI_menu
627 MENU_OPTION tExtCeiling, oExtCeiling, 0
627 MENU_CALL tExit, do_return_settings 628 MENU_CALL tExit, do_return_settings
628 MENU_END 629 MENU_END
629 630
630 do_dispsets_VSI_menu: 631 do_dispsets_VSI_menu:
631 MENU_BEGIN tDispSetVSItitle, .4 632 MENU_BEGIN tDispSetVSItitle, .4