Routines |
Prev: C136 | Up: Map | Next: C151 |
Used by the routine at 93F8.
|
||||
C143 | LD E,$40 | E=40. | ||
C145 | LD D,$80 | D=80. | ||
This entry point is used by the routine at C151.
|
||||
C147 | LD B,C | B=C. | ||
C148 | CALL Sounds_PlayWave | Call Sounds_PlayWave. | ||
C14B | INC D | Increment D by one. | ||
C14C | INC C | Increment C by one. | ||
C14D | DEC E | Decrease E by one. | ||
C14E | JR NZ,$C147 | Jump to C147 until E is zero. | ||
C150 | RET | Return. |
Prev: C136 | Up: Map | Next: C151 |