mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-19 03:22:29 +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
514 B
NASM
26 lines
514 B
NASM
SFX_Battle_2C_Ch5:
|
|
duty_cycle_pattern 57
|
|
square_note 15, 15, 4, 1280
|
|
square_note 15, 12, 4, 1024
|
|
square_note 15, 14, 2, 1472
|
|
sound_loop 3, SFX_Battle_2C_Ch5
|
|
sound_ret
|
|
|
|
|
|
SFX_Battle_2C_Ch6:
|
|
duty_cycle_pattern 141
|
|
square_note 7, 14, 4, 1072
|
|
square_note 15, 11, 4, 816
|
|
square_note 15, 10, 2, 1080
|
|
sound_loop 4, SFX_Battle_2C_Ch6
|
|
sound_ret
|
|
|
|
|
|
SFX_Battle_2C_Ch8:
|
|
noise_note 9, 15, 4, 68
|
|
noise_note 9, 15, 2, 67
|
|
noise_note 15, 15, 4, 66
|
|
noise_note 15, 15, 4, 65
|
|
sound_loop 3, SFX_Battle_2C_Ch8
|
|
sound_ret
|