summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-02-04 16:01:30 +0100
committermid-kid <esteve.varela@gmail.com>2020-02-04 16:03:01 +0100
commit44b361c1bb099656641dc04448ce4a1e8a4ac010 (patch)
tree99515207506b937d7190e7392c57cd10c0e6bdf3 /engine
parentdd6812c06a3a5123fa277c9c07089cb35647b4d2 (diff)
parente7be25948dfeef257697a7aa30706339f6ba014b (diff)
Merge branch 'master' into audio-macros
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 a1b28e544..1c84f049a 100644
--- a/engine/overworld/map_setup.asm
+++ b/engine/overworld/map_setup.asm
@@ -239,7 +239,7 @@ ForceMapMusic:
ld a, [wPlayerState]
cp PLAYER_BIKE
jr nz, .notbiking
- call VolumeOff
+ call MinVolume
ld a, $88
ld [wMusicFade], a
.notbiking