mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-18 11:02: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
26 lines
511 B
NASM
26 lines
511 B
NASM
SFX_Psybeam_Ch5:
|
|
duty_cycle_pattern 161
|
|
square_note 10, 15, 1, 1600
|
|
square_note 10, 15, 3, 1664
|
|
square_note 10, 15, 2, 1568
|
|
sound_loop 4, SFX_Psybeam_Ch5
|
|
square_note 10, 15, 1, 1600
|
|
sound_ret
|
|
|
|
|
|
SFX_Psybeam_Ch6:
|
|
duty_cycle_pattern 179
|
|
square_note 10, 15, 3, 1393
|
|
square_note 7, 14, 3, 1329
|
|
square_note 10, 15, 1, 1361
|
|
sound_loop 4, SFX_Psybeam_Ch6
|
|
square_note 10, 15, 1, 1393
|
|
sound_ret
|
|
|
|
|
|
SFX_Psybeam_Ch8:
|
|
noise_note 2, 13, 1, 74
|
|
noise_note 2, 13, 2, 42
|
|
sound_loop 21, SFX_Psybeam_Ch8
|
|
sound_ret
|