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
33 lines
659 B
NASM
33 lines
659 B
NASM
SFX_Psychic_M_Ch5:
|
|
duty_cycle 2
|
|
pitch_sweep 15, 7
|
|
square_note 8, 12, 4, 1981
|
|
square_note 8, 12, 4, 1982
|
|
square_note 8, 12, 4, 1983
|
|
square_note 8, 12, 4, 1984
|
|
square_note 15, 12, 4, 1985
|
|
square_note 15, 15, 2, 1984
|
|
pitch_sweep 0, 0
|
|
sound_ret
|
|
|
|
|
|
SFX_Psychic_M_Ch6:
|
|
duty_cycle 2
|
|
square_note 8, 12, 4, 1904
|
|
square_note 8, 12, 4, 1889
|
|
square_note 8, 12, 4, 1890
|
|
square_note 8, 12, 4, 1891
|
|
square_note 15, 12, 4, 1892
|
|
square_note 15, 15, 2, 1892
|
|
sound_ret
|
|
|
|
|
|
SFX_Psychic_M_Ch8:
|
|
noise_note 15, 3, -7, 20
|
|
noise_note 15, 12, -7, 19
|
|
noise_note 15, 12, -7, 18
|
|
noise_note 15, 12, -7, 17
|
|
noise_note 15, 12, -7, 16
|
|
noise_note 15, 12, 2, 16
|
|
sound_ret
|