aboutsummaryrefslogtreecommitdiffstats
path: root/constants
diff options
context:
space:
mode:
authorPokefanMarcel <166040321+PokefanMarcel@users.noreply.github.com>2026-04-15 19:02:35 +0200
committerGitHub <noreply@github.com>2026-04-15 12:02:35 -0500
commit3c814341c81307b3193a9ea890ff3a197b09b4e3 (patch)
treead5d88978270ae8a93ac442e2f36cb115b1c586f /constants
parentChange text label `_SilphCo8FSilphWorkerMSilphIsFinishedText` (#578) (diff)
downloadpokeyellow-3c814341c81307b3193a9ea890ff3a197b09b4e3.tar.gz
pokeyellow-3c814341c81307b3193a9ea890ff3a197b09b4e3.tar.xz
pokeyellow-3c814341c81307b3193a9ea890ff3a197b09b4e3.zip
Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)
Diffstat (limited to 'constants')
-rw-r--r--constants/music_constants.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/music_constants.asm b/constants/music_constants.asm
index e72e88d9..7c3651db 100644
--- a/constants/music_constants.asm
+++ b/constants/music_constants.asm
@@ -224,9 +224,9 @@ DEF BATTLE_SFX_START EQUS "SFX_PECK"
music_const SFX_BATTLE_34, SFX_Battle_34
music_const SFX_BATTLE_35, SFX_Battle_35
music_const SFX_BATTLE_36, SFX_Battle_36
- music_const SFX_SILPH_SCOPE, SFX_Silph_Scope
-DEF BATTLE_SFX_END EQUS "SFX_SILPH_SCOPE + 1"
-DEF MAX_SFX_ID_2 EQUS "SFX_SILPH_SCOPE"
+ music_const SFX_TRAINER_APPEARED, SFX_Trainer_Appeared
+DEF BATTLE_SFX_END EQUS "SFX_TRAINER_APPEARED + 1"
+DEF MAX_SFX_ID_2 EQUS "SFX_TRAINER_APPEARED"
; AUDIO_3
music_const SFX_INTRO_LUNGE, SFX_Intro_Lunge