kep-hack/audio/sfx/battle_35.asm
dannye 20c4116788 Update audio macro names
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
2019-07-27 23:21:39 -05:00

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