diff options
author | Daniel Harding <33dannye@gmail.com> | 2020-11-30 16:35:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 16:35:33 -0600 |
commit | bb76c06120bcd1fc0f86bd3cc96cbbde93c0c80c (patch) | |
tree | 7629f516fd4c09dbfb907c5d4154e0a58666a5a6 /audio | |
parent | 6adbaefde14f5e9039aa42a6c96ce476a4107925 (diff) | |
parent | ae0e2fd1948dc040e42fcbeeb2cae3033af5ce9f (diff) |
Merge pull request #304 from SatoMew/master
Rename *TilesetType to *TileAnimations
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sfx/unused_fanfare.asm (renamed from audio/sfx/unused2_2.asm) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/sfx/unused2_2.asm b/audio/sfx/unused_fanfare.asm index aa93f91c..d41bb080 100644 --- a/audio/sfx/unused2_2.asm +++ b/audio/sfx/unused_fanfare.asm @@ -1,4 +1,5 @@ -SFX_Unused2_Ch5: +; This corresponds to SFX_KEY_ITEM in pokegold and pokecrystal. +SFX_UnusedFanfare_Ch5: ; unreferenced execute_music tempo 256 volume 7, 7 @@ -16,8 +17,7 @@ SFX_Unused2_Ch5: note E_, 8 sound_ret - -SFX_Unused2_Ch6: +SFX_UnusedFanfare_Ch6: ; unreferenced execute_music vibrato 8, 2, 7 duty_cycle 2 @@ -32,8 +32,7 @@ SFX_Unused2_Ch6: note B_, 8 sound_ret - -SFX_Unused2_Ch7: +SFX_UnusedFanfare_Ch7: ; unreferenced execute_music note_type 6, 1, 0 octave 4 |