kep-hack/audio/sfx/battle_2f.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
401 B
NASM

SFX_Battle_2F_Ch5:
duty_cycle_pattern 43
square_note 3, 15, 1, 2032
square_note 4, 15, 2, 512
sound_loop 8, SFX_Battle_2F_Ch5
sound_ret
SFX_Battle_2F_Ch6:
duty_cycle_pattern 179
square_note 4, 14, 2, 514
square_note 4, 14, 1, 2018
sound_loop 9, SFX_Battle_2F_Ch6
sound_ret
SFX_Battle_2F_Ch8:
noise_note 4, 15, -7, 67
noise_note 4, 15, 2, 68
sound_loop 9, SFX_Battle_2F_Ch8
sound_ret