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

22 lines
461 B
NASM

SFX_Battle_2B_Ch5:
duty_cycle_pattern 210
square_note 3, 8, 1, 768
square_note 3, 12, 1, 1024
square_note 3, 15, 1, 1280
square_note 3, 11, 1, 1024
square_note 3, 7, 1, 768
sound_loop 5, SFX_Battle_2B_Ch5
square_note 8, 8, 1, 1024
sound_ret
SFX_Battle_2B_Ch8:
noise_note 3, 6, 2, 34
noise_note 3, 10, 2, 50
noise_note 3, 13, 2, 51
noise_note 3, 9, 2, 35
noise_note 3, 5, 2, 18
sound_loop 5, SFX_Battle_2B_Ch8
noise_note 8, 8, 1, 18
sound_ret