ChronosMM | Routines |
Prev: 27015 | Up: Map | Next: 27042 |
Used by the routine at MAIN_MENU_KEYBOARD_LOOP.
|
||||
L27026 | 27026 | LD A,(28107) | Load A with MEGALASER_STATUS | |
27029 | CP 255 | |||
27031 | JP Z,MAIN_MENU_KEYBOARD_LOOP | Megalaser is not available (255), so return to MAIN_MENU_KEYBOARD_LOOP | ||
This entry point is used by the routine at SET_DEFAULTS.
|
||||
L27026_0 | 27034 | XOR 1 | Toggle Megalaser activation bit | |
27036 | LD (28107),A | Store Megalaser status in MEGALASER_STATUS | ||
27039 | JP MUSIC_SCREEN | Go back to MUSIC_SCREEN |
Prev: 27015 | Up: Map | Next: 27042 |