aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/engine_4.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/engine_4.asm b/audio/engine_4.asm
index fb6b966a..069cf836 100644
--- a/audio/engine_4.asm
+++ b/audio/engine_4.asm
@@ -3,7 +3,7 @@
Audio4_PlaySound::
ld [wSoundID], a
ld a, [wSoundID]
- cp $ff
+ cp SFX_STOP_ALL_MUSIC
jp z, .stopAllAudio
cp MAX_SFX_ID_4
jp z, .playSfx