aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2026-04-15 12:05:52 -0500
committerdannye <33dannye@gmail.com>2026-04-15 12:05:52 -0500
commitbfa7170107eea23b89febb60bfb2ce39173bf2e1 (patch)
tree9796ec9b20b065c8935f54ef4f7cbf1d5a821ecc /engine/battle
parentMerge branch 'master' of https://github.com/pret/pokered (diff)
parentRelabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) (diff)
downloadpokeyellow-bfa7170107eea23b89febb60bfb2ce39173bf2e1.tar.gz
pokeyellow-bfa7170107eea23b89febb60bfb2ce39173bf2e1.tar.xz
pokeyellow-bfa7170107eea23b89febb60bfb2ce39173bf2e1.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine/battle')
-rw-r--r--engine/battle/common_text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm
index 76b2269d..8a07b382 100644
--- a/engine/battle/common_text.asm
+++ b/engine/battle/common_text.asm
@@ -80,7 +80,7 @@ PrintBeginningBattleText:
ld [wFrequencyModifier], a
ld a, $80
ld [wTempoModifier], a
- ld a, SFX_SILPH_SCOPE
+ ld a, SFX_TRAINER_APPEARED
call PlaySound
jp WaitForSoundToFinish
.done