Prev: EB3A Up: Map Next: EB64
EB56: Handler: Get Player Input
Used by the routines at D894, E352, EF4A and F39E.
Handler_PlayerInput EB56 PUSH HL Stash HL and IX on the stack.
EB57 PUSH IX
EB59 LD HL,$E5B2 HL=Data_Control.
EB5C LD IX,($EB36) IX=*Pointer_InputControl.
EB60 LD (HL),$00 Initialise *Data_Control to "no input" (00).
EB62 JP (IX) Jump to the input control routine address held in *IX.
Prev: EB3A Up: Map Next: EB64