Mercurial > public > hwos_code
comparison 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 |
comparison
equal
deleted
inserted
replaced
306:e9d058f20097 | 307:14719662fb95 |
---|---|
612 bcf in_color_menu | 612 bcf in_color_menu |
613 call menu_processor_pop | 613 call menu_processor_pop |
614 call menu_processor_pop | 614 call menu_processor_pop |
615 | 615 |
616 do_dispsets_menu: | 616 do_dispsets_menu: |
617 MENU_BEGIN tDispSets, .5 | 617 MENU_BEGIN tDispSets, .6 |
618 MENU_OPTION tBright, oBrightness, 0 | 618 MENU_OPTION tBright, oBrightness, 0 |
619 MENU_CALL tColorScheme, do_color_scheme | 619 MENU_CALL tColorScheme, do_color_scheme |
620 MENU_OPTION tFlip, oFlipScreen, 0 | 620 MENU_OPTION tFlip, oFlipScreen, 0 |
621 MENU_OPTION tMODwarning, oDepthBlink, 0 | 621 MENU_OPTION tMODwarning, oMODwarning, 0 |
622 MENU_OPTION tVSItextv2, oVSItextv2, 0 | |
622 MENU_CALL tExit, do_return_settings | 623 MENU_CALL tExit, do_return_settings |
623 MENU_END | 624 MENU_END |
624 | 625 |
625 | 626 |
626 extern oColorSetDive | 627 extern oColorSetDive |