![]() |
Routines |
Prev: 47272 | Up: Map | Next: 47293 |
Used by the routine at 44342.
|
||||
SoundsLaserMissileHit | 47284 | LD C,56 | C=56 (pitch). | |
SoundsLaserMissileHit_Loop | 47286 | CALL PlaySquareWave | Call PlaySquareWave. | |
47289 | DEC C | Decrease duration by one and loop back to SoundsLaserMissileHit_Loop until duration is zero. | ||
47290 | JR NZ,SoundsLaserMissileHit_Loop | |||
47292 | RET | Return. |
Prev: 47272 | Up: Map | Next: 47293 |