kep-hack/audio/sfx/level_up.asm
dannye 87eed68710 Insert Crystal audio engine and music
most credit goes to Sanqui
2017-05-07 15:30:08 -05:00

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