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
30 lines
372 B
NASM
30 lines
372 B
NASM
SFX_Battle_35_Ch5:
|
|
execute_music
|
|
vibrato 10, 2, 4
|
|
duty_cycle 2
|
|
note_type 10, 8, 7
|
|
octave 5
|
|
note G#, 8
|
|
octave 6
|
|
note F#, 4
|
|
note E_, 4
|
|
octave 5
|
|
note G#, 8
|
|
sound_ret
|
|
|
|
|
|
SFX_Battle_35_Ch6:
|
|
execute_music
|
|
vibrato 10, 2, 3
|
|
duty_cycle 2
|
|
note_type 11, 6, 7
|
|
octave 5
|
|
note G#, 8
|
|
note_type 10, 6, 7
|
|
octave 6
|
|
note F#, 4
|
|
note E_, 4
|
|
octave 5
|
|
note G#, 8
|
|
sound_ret
|