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

27 lines
517 B
NASM

SFX_Cry1B_3_Ch5:
duty_cycle_pattern 240
square_note 6, 15, 7, 1728
square_note 15, 14, 7, 1792
square_note 4, 15, 4, 1776
square_note 4, 14, 4, 1760
square_note 8, 13, 1, 1744
sound_ret
SFX_Cry1B_3_Ch6:
duty_cycle_pattern 10
square_note 7, 14, 6, 1665
square_note 14, 13, 5, 1729
square_note 4, 12, 4, 1713
square_note 4, 13, 4, 1697
square_note 8, 12, 1, 1681
sound_ret
SFX_Cry1B_3_Ch8:
noise_note 10, 10, 6, 60
noise_note 14, 9, 4, 44
noise_note 5, 10, 3, 60
noise_note 8, 9, 1, 44
sound_ret