mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
Update audio macro names
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
This commit is contained in:
parent
36597a7917
commit
20c4116788
392 changed files with 21932 additions and 21963 deletions
|
|
@ -148,10 +148,10 @@ PlaySound::
|
|||
and a
|
||||
jr z, .next
|
||||
xor a
|
||||
ld [wChannelSoundIDs + Ch4], a
|
||||
ld [wChannelSoundIDs + Ch5], a
|
||||
ld [wChannelSoundIDs + Ch6], a
|
||||
ld [wChannelSoundIDs + Ch7], a
|
||||
ld [wChannelSoundIDs + Ch8], a
|
||||
.next
|
||||
ld a, [wAudioFadeOutControl]
|
||||
and a ; has a fade-out length been specified?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue