Prev: ECD0 Up: Map Next: ECD7
ECD2: 'Q' pressed - up
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 'Q' is pressed.
Input
H 0xE6 (Sam)
ECD2 CALL $EB9B Move Sam up (or in the next best direction) if possible
ECD5 JR $ECE4 Reset Sam's action timers and make a sound effect
Prev: ECD0 Up: Map Next: ECD7