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
60 lines
794 B
NASM
60 lines
794 B
NASM
SFX_Get_Key_Item_1_Ch5:
|
|
execute_music
|
|
tempo 256
|
|
volume 7, 7
|
|
duty_cycle 2
|
|
toggle_perfect_pitch
|
|
note_type 5, 10, 4
|
|
octave 3
|
|
note A#, 4
|
|
note_type 5, 11, 1
|
|
octave 4
|
|
note C_, 2
|
|
note C_, 1
|
|
note C_, 1
|
|
note_type 5, 10, 4
|
|
note D#, 4
|
|
note_type 5, 11, 1
|
|
note F_, 2
|
|
note F_, 1
|
|
note F_, 1
|
|
note_type 5, 11, 4
|
|
note A#, 8
|
|
sound_ret
|
|
|
|
|
|
SFX_Get_Key_Item_1_Ch6:
|
|
execute_music
|
|
vibrato 4, 2, 3
|
|
duty_cycle 2
|
|
note_type 5, 13, 1
|
|
octave 4
|
|
note G_, 2
|
|
note G_, 1
|
|
note G_, 1
|
|
note_type 5, 12, 4
|
|
note D#, 4
|
|
note_type 5, 13, 1
|
|
note G#, 2
|
|
note G#, 1
|
|
note G#, 1
|
|
note A#, 2
|
|
note A#, 1
|
|
note A#, 1
|
|
note_type 5, 12, 4
|
|
octave 5
|
|
note D#, 8
|
|
sound_ret
|
|
|
|
|
|
SFX_Get_Key_Item_1_Ch7:
|
|
execute_music
|
|
note_type 5, 1, 0
|
|
octave 4
|
|
note D#, 4
|
|
note G#, 4
|
|
note G_, 4
|
|
note F_, 4
|
|
note D#, 8
|
|
sound_ret
|