summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-09 17:20:47 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-09 17:20:47 -0500
commita8cf8979d9acf66d1bdf4ea115ab6a0faa8f9d34 (patch)
tree317d59efe06dc7d62bd35827f956a3d9b5aa0fd0 /home/audio.asm
parentce50d1b2cb4eebf8484cf12e6280c441ec94ae39 (diff)
Do a little cleanup towards issue #465
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 35f98af4d..7bffc90df 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -319,7 +319,7 @@ Unused_FadeOutMusic:: ; 3ca8
; 3cae
FadeInMusic:: ; 3cae
- ld a, 4 | 1 << 7
+ ld a, 4 | (1 << MUSIC_FADE_IN_F)
ld [MusicFade], a
ret
; 3cb4