From 3c814341c81307b3193a9ea890ff3a197b09b4e3 Mon Sep 17 00:00:00 2001 From: PokefanMarcel <166040321+PokefanMarcel@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:02:35 +0200 Subject: Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) --- engine/battle/common_text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm index 810d3fb9..9e954877 100644 --- a/engine/battle/common_text.asm +++ b/engine/battle/common_text.asm @@ -64,7 +64,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 -- cgit v1.3.1-sl0p