summaryrefslogtreecommitdiff
path: root/audio/engine.asm
diff options
context:
space:
mode:
Diffstat (limited to 'audio/engine.asm')
-rw-r--r--audio/engine.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/engine.asm b/audio/engine.asm
index 0c4ebcad3..7739534ac 100644
--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -613,6 +613,7 @@ FadeMusic: ; e8358
jr z, .novolume
dec a
jr .updatevolume
+
.novolume
; make sure volume is off
xor a
@@ -660,6 +661,7 @@ FadeMusic: ; e8358
ld hl, MusicFade
set 7, [hl]
ret
+
.fadein
; are we done?
cp a, $07