mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 12:36:30 +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
622 B
NASM
31 lines
622 B
NASM
SFX_Cry1A_2_Ch5:
|
|
duty_cycle_pattern 240
|
|
square_note 6, 15, 7, 1856
|
|
square_note 12, 14, 6, 1860
|
|
square_note 6, 13, 5, 1872
|
|
square_note 4, 12, 3, 1888
|
|
square_note 3, 12, 3, 1920
|
|
square_note 8, 13, 1, 1952
|
|
sound_ret
|
|
|
|
|
|
SFX_Cry1A_2_Ch6:
|
|
duty_cycle_pattern 10
|
|
square_note 6, 12, 7, 1793
|
|
square_note 11, 11, 6, 1794
|
|
square_note 6, 10, 5, 1809
|
|
square_note 4, 9, 3, 1825
|
|
square_note 3, 10, 3, 1857
|
|
square_note 8, 9, 1, 1890
|
|
sound_ret
|
|
|
|
|
|
SFX_Cry1A_2_Ch8:
|
|
noise_note 3, 14, 2, 60
|
|
noise_note 8, 13, 6, 76
|
|
noise_note 5, 13, 4, 60
|
|
noise_note 12, 12, 7, 76
|
|
noise_note 2, 14, 2, 60
|
|
noise_note 8, 13, 1, 44
|
|
sound_ret
|