mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-08 14:41:07 +13:00
14 lines
189 B
NASM
Executable file
14 lines
189 B
NASM
Executable file
SFX_08_PokeFlute_Ch6:
|
|
executemusic
|
|
vibrato 16, (1<<4) + 4
|
|
notetype 8, (1<<4) + 0
|
|
octave 5
|
|
note E_, 3
|
|
note F_, 3
|
|
note G_, 7
|
|
note A_, 3
|
|
note G_, 3
|
|
octave 6
|
|
note C_, 13
|
|
endchannel
|