Prev: 62610 Up: Map Next: 62628
62617: 'J' pressed - jump
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 'J' or 'L' is pressed.
62617 CALL 26184 Is ERIC on a staircase?
62620 RET NZ Return if so (ERIC can't jump while on a staircase)
62621 LD BC,3076 B=12 (ERIC with arm raised), C=4 (bit 2 set)
62624 LD A,16 This will initialise the jumping action timer at 32758 to 16
62626 JR 62584 Start the jump
Prev: 62610 Up: Map Next: 62628