Update audio macros and arguments

and update related labels/constants/comments
this fixes a lot of mistakes and maximizes compatibility with red
This commit is contained in:
dannye
2019-09-02 03:40:58 -05:00
parent abee217ce0
commit fc051f2130
115 changed files with 18560 additions and 18044 deletions

View File

@@ -277,11 +277,11 @@ MaxVolume::
ret
LowVolume::
ld a, $33 ; 40%
ld a, $33 ; 50%
ld [wVolume], a
ret
VolumeOff::
MinVolume::
xor a
ld [wVolume], a
ret
@@ -524,7 +524,7 @@ CheckSFX::
TerminateExpBarSound::
xor a
ld [wChannel5Flags1], a
ld [wSoundInput], a
ld [wPitchSweep], a
ldh [rNR10], a
ldh [rNR11], a
ldh [rNR12], a
@@ -539,7 +539,7 @@ ChannelsOff::
ld [wChannel2Flags1], a
ld [wChannel3Flags1], a
ld [wChannel4Flags1], a
ld [wSoundInput], a
ld [wPitchSweep], a
ret
SFXChannelsOff::
@@ -549,5 +549,5 @@ SFXChannelsOff::
ld [wChannel6Flags1], a
ld [wChannel7Flags1], a
ld [wChannel8Flags1], a
ld [wSoundInput], a
ld [wPitchSweep], a
ret