mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30: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
11 lines
221 B
NASM
11 lines
221 B
NASM
SFX_Shrink_1_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 1, 7
|
|
square_note 15, 13, 7, 1536
|
|
square_note 15, 11, 7, 1408
|
|
square_note 15, 8, 7, 1280
|
|
square_note 15, 4, 7, 1152
|
|
square_note 15, 1, 7, 1024
|
|
pitch_sweep 0, 0
|
|
sound_ret
|