Prev: 63448 Up: Map Next: 63501
63478: Sound Handler: Bomb Sparks
Used by the routine at Controller_BombSounds.
SoundHandler_BombSparks 63478 PUSH BC Stash BC, DE and HL on the stack.
63479 PUSH DE
63480 PUSH HL
63481 LD B,255 B=255.
63483 LD DE,20 DE=0020.
63486 CALL SoundGenerator_WhiteNoise Call SoundGenerator_WhiteNoise.
63489 POP HL Restore HL, DE, BC, AF and AF from the stack.
63490 POP DE
63491 POP BC
63492 POP AF
63493 POP AF
63494 CALL 56 Call MASK_INT.
63497 POP IY Restore IY from the stack.
63499 EI Enable interrupts.
63500 RET Return.
Prev: 63448 Up: Map Next: 63501