diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 21:10:36 +0000 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 21:10:36 +0000 |
commit | a7dca30971a049a525e33bc43eaf2b18ce899c5e (patch) | |
tree | 41fbe40b25acbd9f9ee895656aa20a687a0945d4 | |
parent | 242b2e05cf30bc47a53167baf6bd3134d1f47d18 (diff) |
Identify what became GSC's Key Item fanfare
-rw-r--r-- | audio.asm | 2 | ||||
-rw-r--r-- | audio/sfx/unreferenced_fanfare.asm (renamed from audio/sfx/unused2_2.asm) | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -411,7 +411,7 @@ INCLUDE "audio/music/pokecenter.asm" SECTION "Music 2", ROMX INCLUDE "audio/sfx/pokeflute_ch5_ch6.asm" -INCLUDE "audio/sfx/unused2_2.asm" +INCLUDE "audio/sfx/unreferenced_fanfare.asm" INCLUDE "audio/music/gymleaderbattle.asm" INCLUDE "audio/music/trainerbattle.asm" INCLUDE "audio/music/wildbattle.asm" diff --git a/audio/sfx/unused2_2.asm b/audio/sfx/unreferenced_fanfare.asm index aa93f91c..ffd1ad3b 100644 --- a/audio/sfx/unused2_2.asm +++ b/audio/sfx/unreferenced_fanfare.asm @@ -1,3 +1,4 @@ +; This corresponds to SFX_KEY_ITEM in pokegold and pokecrystal. SFX_Unused2_Ch5: execute_music tempo 256 |