ChronosMM | Routines |
Prev: 26971 | Up: Map | Next: 27026 |
Used by the routine at MAIN_MENU_KEYBOARD_LOOP. A Control method; 49 is keyboard, 50 is Kempston, 51 is Sinclair, 52 is Cursor... except Sinclair and Cursor are swapped (bug!)
|
||||
L27015 | 27015 | SUB 49 | ||
27017 | LD (53381),A | Store the control method at 53381, directly modifying the code at PLAY_GAME | ||
27020 | CALL L27042 | |||
27023 | JP MAIN_MENU_KEYBOARD_LOOP |
Prev: 26971 | Up: Map | Next: 27026 |