Prev: EAE0 Up: Map Next: EAF9
EAEB: Make a jumping sound effect
Used by the routine at F533.
If the CALL instruction below is fixed, a jump sounds like this:
EAEB LD HL,$0310 These parameters were meant for the routine at FE62; however, the CALL below is to F562 (98,245) instead of FE62 (98,254), which is a bug
EAEE LD DE,$3260
EAF1 LD A,$01
EAF3 CALL $F562 F562 holds the operand of a JR NZ instruction, so in effect this is CALL F563; anyway, this call does nothing significant
EAF6 JP $FE52 Make a walking sound effect
Prev: EAE0 Up: Map Next: EAF9