mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00

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
31 lines
625 B
NASM
31 lines
625 B
NASM
SFX_Cry15_3_Ch5:
|
|
duty_cycle_pattern 240
|
|
square_note 4, 15, 3, 1920
|
|
square_note 15, 14, 7, 1792
|
|
square_note 8, 13, 3, 1808
|
|
square_note 4, 12, 2, 1792
|
|
square_note 4, 13, 2, 1776
|
|
square_note 8, 12, 1, 1760
|
|
sound_ret
|
|
|
|
|
|
SFX_Cry15_3_Ch6:
|
|
duty_cycle_pattern 90
|
|
square_note 6, 12, 3, 1793
|
|
square_note 14, 11, 7, 1665
|
|
square_note 7, 11, 3, 1682
|
|
square_note 3, 10, 2, 1665
|
|
square_note 4, 11, 2, 1650
|
|
square_note 8, 10, 1, 1633
|
|
sound_ret
|
|
|
|
|
|
SFX_Cry15_3_Ch8:
|
|
noise_note 6, 14, 3, 92
|
|
noise_note 14, 13, 6, 76
|
|
noise_note 6, 12, 6, 60
|
|
noise_note 3, 11, 3, 76
|
|
noise_note 3, 10, 2, 92
|
|
noise_note 8, 11, 1, 108
|
|
sound_ret
|