Routines
65088: Make a walking sound effect (yellow border)
Used by the routines at
46568
and
60128
.
65088
PUSH BC
65089
LD A,6
The border will be yellow
This entry point is used by the routine at
65106
with
A
=1 (blue border).
65091
LD C,8
Make the sound effect
65093
XOR 16
65095
OUT (254),A
65097
LD B,192
65099
DJNZ 65099
65101
DEC C
65102
JR NZ,65093
65104
POP BC
65105
RET