summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2019-09-02 03:40:58 -0500
committerdannye <33dannye@gmail.com>2019-09-02 03:41:25 -0500
commitfc051f21300bc2cfdbbb013fb7dbf6bd3b0e9b2d (patch)
tree82c1122f6ac46865a179cdc7b071391e59e779c5 /engine
parentabee217ce0e29331f1ac691fd1d4edeacf2295f9 (diff)
Update audio macros and arguments
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red
Diffstat (limited to 'engine')
-rw-r--r--engine/overworld/map_setup.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/map_setup.asm b/engine/overworld/map_setup.asm
index 5cf350a0a..98b2d90de 100644
--- a/engine/overworld/map_setup.asm
+++ b/engine/overworld/map_setup.asm
@@ -238,7 +238,7 @@ ForceMapMusic:
ld a, [wPlayerState]
cp PLAYER_BIKE
jr nz, .notbiking
- call VolumeOff
+ call MinVolume
ld a, $88
ld [wMusicFade], a
.notbiking