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
48 lines
600 B
NASM
48 lines
600 B
NASM
SFX_Get_Item1_3_Ch5:
|
|
execute_music
|
|
tempo 256
|
|
volume 7, 7
|
|
vibrato 6, 2, 6
|
|
duty_cycle 2
|
|
toggle_perfect_pitch
|
|
note_type 4, 11, 1
|
|
octave 3
|
|
note G#, 2
|
|
note G#, 2
|
|
note G#, 2
|
|
note_type 12, 11, 3
|
|
octave 4
|
|
note E_, 4
|
|
sound_ret
|
|
|
|
|
|
SFX_Get_Item1_3_Ch6:
|
|
execute_music
|
|
vibrato 8, 2, 7
|
|
duty_cycle 2
|
|
note_type 4, 12, 1
|
|
octave 4
|
|
note E_, 2
|
|
note E_, 2
|
|
note E_, 2
|
|
note_type 12, 12, 3
|
|
note B_, 4
|
|
sound_ret
|
|
|
|
|
|
SFX_Get_Item1_3_Ch7:
|
|
execute_music
|
|
note_type 4, 1, 0
|
|
octave 4
|
|
note B_, 1
|
|
rest 1
|
|
note B_, 1
|
|
rest 1
|
|
note B_, 1
|
|
rest 1
|
|
note_type 12, 1, 0
|
|
octave 4
|
|
note B_, 2
|
|
rest 2
|
|
sound_ret
|