kep-hack/audio/sfx/get_item2_2.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

70 lines
853 B
NASM

SFX_Get_Item2_2_Ch5:
execute_music
tempo 256
volume 7, 7
duty_cycle 2
toggle_perfect_pitch
note_type 5, 11, 4
octave 4
note D_, 4
note C_, 4
octave 3
note A_, 8
note_type 5, 11, 2
octave 4
note D#, 2
note D#, 2
note D_, 2
note C_, 2
note C_, 2
octave 3
note A#, 2
note_type 5, 11, 4
octave 4
note C_, 8
sound_ret
SFX_Get_Item2_2_Ch6:
execute_music
vibrato 8, 2, 7
duty_cycle 2
note_type 5, 12, 5
octave 4
note A_, 4
note F_, 4
note C_, 8
note_type 5, 12, 2
note A#, 2
note A#, 2
note A#, 2
note G_, 2
note G_, 2
note A#, 2
note_type 5, 12, 4
note A_, 8
sound_ret
SFX_Get_Item2_2_Ch7:
execute_music
note_type 5, 1, 0
octave 5
note F_, 4
note D#, 4
note C_, 8
note D#, 1
rest 1
note D#, 1
rest 1
note E_, 1
rest 1
note F_, 1
rest 1
note F_, 1
rest 1
note G_, 1
rest 1
note A_, 8
sound_ret