Prev: F46E Up: Map Next: F499
F492: 'H' pressed - hit
The address of this routine is found in the table of keypress handling routines at 6880. It is called from the main loop at 6767 when 'H' is pressed.
F492 LD BC,$0A02 B=0x0A (ERIC raising fist), C=0x02 (bit 1 set)
F495 LD A,$12 This will initialise the hitting action timer at 7FF6 to 0x12
F497 JR $F478 Start the punch
Prev: F46E Up: Map Next: F499