mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-26 17:47:20 -05:00
This commit is contained in:
parent
b9352be74f
commit
6954a48db9
|
|
@ -3,7 +3,7 @@
|
||||||
Audio4_PlaySound::
|
Audio4_PlaySound::
|
||||||
ld [wSoundID], a
|
ld [wSoundID], a
|
||||||
ld a, [wSoundID]
|
ld a, [wSoundID]
|
||||||
cp $ff
|
cp SFX_STOP_ALL_MUSIC
|
||||||
jp z, .stopAllAudio
|
jp z, .stopAllAudio
|
||||||
cp MAX_SFX_ID_4
|
cp MAX_SFX_ID_4
|
||||||
jp z, .playSfx
|
jp z, .playSfx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user