mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 04:56:24 +13:00
64 lines
890 B
NASM
64 lines
890 B
NASM
SFX_Level_Up_Ch4:
|
|
executemusic
|
|
tempo 256
|
|
volume 119
|
|
dutycycle 2
|
|
toggleperfectpitch
|
|
notetype 6, (11<<4) + 4
|
|
octave 4
|
|
note F_, 4
|
|
notetype 4, (11<<4) + 2
|
|
note C_, 2
|
|
note F_, 2
|
|
note C_, 2
|
|
notetype 6, (11<<4) + 3
|
|
note D#, 2
|
|
note D#, 2
|
|
note E_, 2
|
|
notetype 6, (11<<4) + 4
|
|
note F_, 8
|
|
endchannel
|
|
|
|
|
|
SFX_Level_Up_Ch5:
|
|
executemusic
|
|
vibrato 4, (2<<4) + 2
|
|
dutycycle 2
|
|
notetype 6, (12<<4) + 4
|
|
octave 4
|
|
note A_, 4
|
|
notetype 4, (12<<4) + 2
|
|
note A_, 2
|
|
note A_, 2
|
|
note A_, 2
|
|
notetype 6, (12<<4) + 4
|
|
note A#, 2
|
|
note A#, 2
|
|
note A#, 2
|
|
notetype 6, (12<<4) + 4
|
|
note A_, 8
|
|
endchannel
|
|
|
|
|
|
SFX_Level_Up_Ch6:
|
|
executemusic
|
|
notetype 6, (1<<4) + 0
|
|
octave 5
|
|
note A_, 4
|
|
notetype 4, (1<<4) + 0
|
|
note F_, 1
|
|
note __, 1
|
|
note F_, 1
|
|
note __, 1
|
|
note F_, 1
|
|
note __, 1
|
|
notetype 6, (1<<4) + 0
|
|
note G_, 1
|
|
note __, 1
|
|
note D#, 1
|
|
note __, 1
|
|
note G_, 1
|
|
note __, 1
|
|
note A_, 8
|
|
endchannel
|