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) --- audio/headers/sfxheaders2.asm | 4 ++-- audio/sfx/silph_scope.asm | 9 --------- audio/sfx/trainer_appeared.asm | 9 +++++++++ 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 audio/sfx/silph_scope.asm create mode 100644 audio/sfx/trainer_appeared.asm (limited to 'audio') diff --git a/audio/headers/sfxheaders2.asm b/audio/headers/sfxheaders2.asm index 1ccbf265..f33304ca 100644 --- a/audio/headers/sfxheaders2.asm +++ b/audio/headers/sfxheaders2.asm @@ -587,6 +587,6 @@ SFX_Battle_36:: channel 6, SFX_Battle_36_Ch6 channel 8, SFX_Battle_36_Ch8 -SFX_Silph_Scope:: +SFX_Trainer_Appeared:: channel_count 1 - channel 5, SFX_Silph_Scope_Ch5 + channel 5, SFX_Trainer_Appeared_Ch5 diff --git a/audio/sfx/silph_scope.asm b/audio/sfx/silph_scope.asm deleted file mode 100644 index 4a565740..00000000 --- a/audio/sfx/silph_scope.asm +++ /dev/null @@ -1,9 +0,0 @@ -SFX_Silph_Scope_Ch5: - duty_cycle 0 - square_note 0, 13, 2, 1792 - square_note 0, 13, 2, 1856 - square_note 0, 13, 2, 1920 - square_note 0, 13, 2, 1984 - square_note 10, 14, 1, 2016 - square_note 1, 0, 0, 0 - sound_ret diff --git a/audio/sfx/trainer_appeared.asm b/audio/sfx/trainer_appeared.asm new file mode 100644 index 00000000..3301a57f --- /dev/null +++ b/audio/sfx/trainer_appeared.asm @@ -0,0 +1,9 @@ +SFX_Trainer_Appeared_Ch5: + duty_cycle 0 + square_note 0, 13, 2, 1792 + square_note 0, 13, 2, 1856 + square_note 0, 13, 2, 1920 + square_note 0, 13, 2, 1984 + square_note 10, 14, 1, 2016 + square_note 1, 0, 0, 0 + sound_ret -- cgit v1.3.1-sl0p