Prev: 6494 Up: Map Next: 64BD
64B8: 'R' pressed - forward roll
The address of this routine is found in the table of keypress handling routines at ED00. It is called from the main loop at F02B when 'R' is pressed.
64B8 LD HL,$647C The animation phase table for Sam when rolling is at 647C
64BB JR $64C0
Prev: 6494 Up: Map Next: 64BD