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

12 lines
186 B
NASM

SFX_Faint_Thud_Ch5:
square_note 15, 13, 1, 512
pitch_sweep 0, 0
sound_ret
SFX_Faint_Thud_Ch8:
noise_note 4, 15, 5, 51
noise_note 8, 15, 4, 34
noise_note 15, 15, 2, 33
sound_ret