diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 17:20:47 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 17:20:47 -0500 |
commit | a8cf8979d9acf66d1bdf4ea115ab6a0faa8f9d34 (patch) | |
tree | 317d59efe06dc7d62bd35827f956a3d9b5aa0fd0 /home/audio.asm | |
parent | ce50d1b2cb4eebf8484cf12e6280c441ec94ae39 (diff) |
Do a little cleanup towards issue #465
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 2 |
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 |