mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 17:16:42 +13:00
23 lines
290 B
NASM
23 lines
290 B
NASM
SFX_Pokeflute_Ch6:
|
|
togglesfx
|
|
vibrato 16, (1<<4) + 4
|
|
notetype 12, (1<<4) + 0
|
|
octave 5
|
|
note E_, 2
|
|
note F_, 2
|
|
note G_, 4
|
|
note A_, 2
|
|
note G_, 2
|
|
octave 6
|
|
note C_, 4
|
|
note C_, 2
|
|
note D_, 2
|
|
note C_, 2
|
|
octave 5
|
|
note G_, 2
|
|
note A_, 2
|
|
note F_, 2
|
|
note G_, 8
|
|
note __, 12
|
|
endchannel
|