Mercurial > public > hwos_code
comparison 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 |
comparison
equal
deleted
inserted
replaced
305:6d003c08bacd | 308:7733eb0055a0 |
---|---|
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 |