diff options
| author | dannye <33dannye@gmail.com> | 2026-04-15 12:05:52 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2026-04-15 12:05:52 -0500 |
| commit | bfa7170107eea23b89febb60bfb2ce39173bf2e1 (patch) | |
| tree | 9796ec9b20b065c8935f54ef4f7cbf1d5a821ecc /constants | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| parent | Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) (diff) | |
| download | pokeyellow-bfa7170107eea23b89febb60bfb2ce39173bf2e1.tar.gz pokeyellow-bfa7170107eea23b89febb60bfb2ce39173bf2e1.tar.xz pokeyellow-bfa7170107eea23b89febb60bfb2ce39173bf2e1.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/music_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/music_constants.asm b/constants/music_constants.asm index 6e669861..671f2ad7 100644 --- a/constants/music_constants.asm +++ b/constants/music_constants.asm @@ -231,9 +231,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 |
