Dynamite Dan
Routines
Prev:
E9BA
Up:
Map
Next:
E9C0
E9BC: Execute the current input routine
Used by the routines at
CFD9
and
D2F0
.
Input
C
On return holds the appropriate action : 0 - jump right, 1 - move right, 2 - jump left, 3 - move left, 4 - jump, 5 - no action
E9BC
LD HL,($E9BA)
Get the movement routine. (
E9BA
)
E9BF
JP (HL)
Jump to it.
Prev:
E9BA
Up:
Map
Next:
E9C0