Prev: 60128 Up: Map Next: 60153
60139: Make a jumping sound effect
Used by the routine at 62771.
If the CALL instruction below is fixed, a jump sounds like this:
60139 LD HL,784 These parameters were meant for the routine at 65122; however, the CALL below is to 62818 (98,245) instead of 65122 (98,254), which is a bug
60142 LD DE,12896
60145 LD A,1
60147 CALL 62818 62818 holds the operand of a JR NZ instruction, so in effect this is CALL 62819; anyway, this call does nothing significant
60150 JP 65106 Make a walking sound effect
Prev: 60128 Up: Map Next: 60153