From fc051f21300bc2cfdbbb013fb7dbf6bd3b0e9b2d Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Mon, 2 Sep 2019 03:40:58 -0500 Subject: Update audio macros and arguments and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red --- engine/overworld/map_setup.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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 -- cgit v1.2.3