aboutsummaryrefslogtreecommitdiffstats
path: root/audio.asm
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 /audio.asm
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 'audio.asm')
-rw-r--r--audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio.asm b/audio.asm
index 47ea6031..b5621346 100644
--- a/audio.asm
+++ b/audio.asm
@@ -148,7 +148,7 @@ INCLUDE "audio/sfx/start_menu_2.asm"
INCLUDE "audio/sfx/tink_2.asm"
INCLUDE "audio/sfx/heal_hp_2.asm"
INCLUDE "audio/sfx/heal_ailment_2.asm"
-INCLUDE "audio/sfx/silph_scope.asm"
+INCLUDE "audio/sfx/trainer_appeared.asm"
INCLUDE "audio/sfx/ball_toss.asm"
INCLUDE "audio/sfx/ball_poof.asm"
INCLUDE "audio/sfx/faint_thud.asm"