Routines
Prev:
62574
Up:
Map
Next:
62617
62610: 'H' pressed - hit
The address of this routine is found in the table of keypress handling routines at
26752
. It is called from the main loop at
26471
when 'H' is pressed.
Input
Output
62610
LD BC,2562
B
=
10
(ERIC raising fist),
C
=2 (bit 1 set)
62613
LD A,18
This will initialise the hitting action timer at
32758
to 18
62615
JR
62584
Start the punch
Prev:
62574
Up:
Map
Next:
62617