![]() |
Routines |
| Prev: 42613 | Up: Map | Next: 42709 |
|
Used by the routine at Controller_NameSelect.
|
||||||||||||||||||||
| Handler_DebounceSpace | 42695 | LD BC,32766 | Read from the keyboard;
|
|||||||||||||||||
| 42698 | IN A,(C) | |||||||||||||||||||
| 42700 | BIT 0,A | Return if "SPACE" is not being pressed. | ||||||||||||||||||
| 42702 | RET NZ | |||||||||||||||||||
| 42703 | POP HL | Clear the call stack. | ||||||||||||||||||
| 42704 | POP HL | |||||||||||||||||||
| 42705 | POP HL | |||||||||||||||||||
| 42706 | JP Game_Loop | Jump to Game_Loop. | ||||||||||||||||||
| Prev: 42613 | Up: Map | Next: 42709 |