mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12: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
13 lines
193 B
NASM
13 lines
193 B
NASM
SFX_Battle_24_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 9, 7
|
|
square_note 15, 15, 2, 1792
|
|
pitch_sweep 0, 0
|
|
sound_ret
|
|
|
|
|
|
SFX_Battle_24_Ch8:
|
|
noise_note 15, 3, -7, 34
|
|
noise_note 15, 15, 2, 33
|
|
sound_ret
|