mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
64 lines
810 B
NASM
64 lines
810 B
NASM
SFX_Level_Up_Ch5:
|
|
execute_music
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 2
|
|
toggle_perfect_pitch
|
|
note_type 6, 11, 4
|
|
octave 4
|
|
note F_, 4
|
|
note_type 4, 11, 2
|
|
note C_, 2
|
|
note F_, 2
|
|
note C_, 2
|
|
note_type 6, 11, 3
|
|
note D#, 2
|
|
note D#, 2
|
|
note E_, 2
|
|
note_type 6, 11, 4
|
|
note F_, 8
|
|
sound_ret
|
|
|
|
|
|
SFX_Level_Up_Ch6:
|
|
execute_music
|
|
vibrato 4, 2, 2
|
|
duty_cycle 2
|
|
note_type 6, 12, 4
|
|
octave 4
|
|
note A_, 4
|
|
note_type 4, 12, 2
|
|
note A_, 2
|
|
note A_, 2
|
|
note A_, 2
|
|
note_type 6, 12, 4
|
|
note A#, 2
|
|
note A#, 2
|
|
note A#, 2
|
|
note_type 6, 12, 4
|
|
note A_, 8
|
|
sound_ret
|
|
|
|
|
|
SFX_Level_Up_Ch7:
|
|
execute_music
|
|
note_type 6, 1, 0
|
|
octave 5
|
|
note A_, 4
|
|
note_type 4, 1, 0
|
|
note F_, 1
|
|
rest 1
|
|
note F_, 1
|
|
rest 1
|
|
note F_, 1
|
|
rest 1
|
|
note_type 6, 1, 0
|
|
note G_, 1
|
|
rest 1
|
|
note D#, 1
|
|
rest 1
|
|
note G_, 1
|
|
rest 1
|
|
note A_, 8
|
|
sound_ret
|