aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCreamElDudJafar <jahern2398@gmail.com>2025-08-17 19:17:51 -0500
committerGitHub <noreply@github.com>2025-08-17 20:17:51 -0400
commit6954a48db936fec073a8e0ccce0e7d587dc94235 (patch)
treef33b58f507a3dc14e0fe29de1a57aa8a8584c18a
parentRename `.asm_39c46` to `.loopSkipTrainer` (#122) (diff)
downloadpokeyellow-6954a48db936fec073a8e0ccce0e7d587dc94235.tar.gz
pokeyellow-6954a48db936fec073a8e0ccce0e7d587dc94235.tar.xz
pokeyellow-6954a48db936fec073a8e0ccce0e7d587dc94235.zip
Use `SFX_STOP_ALL_MUSIC` (#136)
-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