Prev: 63543 Up: Map Next: 63587
63573: Controller: Bomb Sounds
Used by the routine at Handler_Interrupts.
Should we generate any sounds?
Controller_BombSounds 63573 LD A,(65533) Return if *SoundFlag_Bomb is "Off" (0).
63576 CP 0
63578 RET Z
Generate the bomb fuse burning down sound.
63579 CP 1 Jump to SoundHandler_BombFuse if *SoundFlag_Bomb is set to "Fuse" (1).
63581 JP Z,SoundHandler_BombFuse
Else, generate the "Sparks" sound.
63584 JP SoundHandler_BombSparks Else, jump to SoundHandler_BombSparks.
Prev: 63543 Up: Map Next: 63587