You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Do a little cleanup towards issue #465
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user