Routines |
Prev: 60218 | Up: Map | Next: 60260 |
|
||||
Handler_PlayerInput | 60246 | PUSH HL | Stash HL and IX on the stack. | |
60247 | PUSH IX | |||
60249 | LD HL,58802 | HL=Data_Control. | ||
60252 | LD IX,(60214) | IX=*Pointer_InputControl. | ||
60256 | LD (HL),0 | Initialise *Data_Control to "no input" (0). | ||
60258 | JP (IX) | Jump to the input control routine address held in *IX. |
Prev: 60218 | Up: Map | Next: 60260 |