Prev: 63267 Up: Map Next: 63315
63291: Sound Handler: Unlocked Door
Used by the routine at Controller_GeneralSounds.
SoundHandler_UnlockedDoor 63291 PUSH DE Stash DE and BC on the stack.
63292 PUSH BC
63293 LD DE,50 DE=0050.
63296 LD BC,100 BC=0100.
63299 CALL PlayWave4 Call PlayWave4.
63302 POP BC Restore BC, DE and AF from the stack.
63303 POP DE
63304 POP AF
The sound has now been played, so turn off the flag.
63305 LD A,0 Write 0 to *SoundFlag_General.
63307 LD (65534),A
63310 POP AF Restore AF from the stack.
63311 POP IY Restore IY from the stack.
63313 EI Enable interrupts.
63314 RET Return.
Prev: 63267 Up: Map Next: 63315