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/sfx/unused_fanfare.asm | |
parent | 6adbaefde14f5e9039aa42a6c96ce476a4107925 (diff) | |
parent | ae0e2fd1948dc040e42fcbeeb2cae3033af5ce9f (diff) |
Merge pull request #304 from SatoMew/master
Rename *TilesetType to *TileAnimations
Diffstat (limited to 'audio/sfx/unused_fanfare.asm')
-rw-r--r-- | audio/sfx/unused_fanfare.asm | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/audio/sfx/unused_fanfare.asm b/audio/sfx/unused_fanfare.asm new file mode 100644 index 00000000..d41bb080 --- /dev/null +++ b/audio/sfx/unused_fanfare.asm @@ -0,0 +1,55 @@ +; This corresponds to SFX_KEY_ITEM in pokegold and pokecrystal. +SFX_UnusedFanfare_Ch5: ; unreferenced + execute_music + tempo 256 + volume 7, 7 + vibrato 6, 2, 6 + duty_cycle 2 + toggle_perfect_pitch + note_type 6, 11, 1 + octave 3 + note G#, 2 + note G#, 2 + note_type 6, 11, 3 + note G#, 2 + note B_, 2 + octave 4 + note E_, 8 + sound_ret + +SFX_UnusedFanfare_Ch6: ; unreferenced + execute_music + vibrato 8, 2, 7 + duty_cycle 2 + note_type 6, 12, 1 + octave 4 + note E_, 2 + note E_, 1 + note E_, 1 + note_type 6, 12, 3 + note E_, 2 + note G#, 2 + note B_, 8 + sound_ret + +SFX_UnusedFanfare_Ch7: ; unreferenced + execute_music + note_type 6, 1, 0 + octave 4 + note B_, 1 + rest 1 + note_type 3, 1, 0 + note B_, 1 + rest 1 + note B_, 1 + rest 1 + note_type 6, 1, 0 + note B_, 1 + rest 1 + octave 5 + note E_, 1 + rest 1 + octave 4 + note B_, 4 + rest 4 + sound_ret |