![]() |
Routines |
| Prev: 6854 | Up: Map | Next: 6870 |
|
Used by the routine at SoundsPlayerDeath.
|
||||
| SoundsExplosion | 685F | LD A,$10 | ||
| 6861 | OUT ($FE),A | |||
| 6863 | LD B,C | |||
| SoundsExplosion_0 | 6864 | DJNZ SoundsExplosion_0 | Decrease B by one, and loop back to SoundsExplosion_0 until zero | |
| 6866 | XOR A | |||
| 6867 | OUT ($FE),A | |||
| 6869 | LD B,C | |||
| SoundsExplosion_1 | 686A | DJNZ SoundsExplosion_1 | Decrease B by one, and loop back to SoundsExplosion_1 until zero | |
| 686C | DEC C | |||
| 686D | JR NZ,SoundsExplosion | |||
| 686F | RET | |||
| Prev: 6854 | Up: Map | Next: 6870 |