diff options
Diffstat (limited to 'audio/sfx/sfx_08_pokeflute_ch3.asm')
-rwxr-xr-x | audio/sfx/sfx_08_pokeflute_ch3.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/sfx/sfx_08_pokeflute_ch3.asm b/audio/sfx/sfx_08_pokeflute_ch3.asm new file mode 100755 index 00000000..28f1dfd7 --- /dev/null +++ b/audio/sfx/sfx_08_pokeflute_ch3.asm @@ -0,0 +1,14 @@ +SFX_08_PokeFlute_Ch3: ; 2049b (8:449b) + executemusic + vibrato 16, 1, 4 + notetype 8, 1, 0 + octave 5 + note E_, 3 + note F_, 3 + note G_, 7 + note A_, 3 + note G_, 3 + octave 6 + note C_, 13 + endchannel +; 0x204aa
\ No newline at end of file |