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
13 lines
258 B
NASM
13 lines
258 B
NASM
SFX_Withdraw_Deposit_1_Ch5:
|
|
duty_cycle 1
|
|
pitch_sweep 3, -2
|
|
square_note 4, 15, 2, 1280
|
|
pitch_sweep 2, 2
|
|
square_note 4, 14, 2, 1280
|
|
pitch_sweep 3, -2
|
|
square_note 4, 15, 2, 1792
|
|
pitch_sweep 2, 2
|
|
square_note 15, 14, 2, 1792
|
|
pitch_sweep 0, 0
|
|
sound_ret
|