summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-04-17 18:25:59 +0000
committerGitHub <noreply@github.com>2020-04-17 18:25:59 +0000
commit19aee926af86c1351ca85ca45da26f5d6f3cd8d6 (patch)
tree82d2d640096a0cb3fc2dddec35fb9ac5a2addfef /mobile
parent93ed0ed19ce615f99a36062cd2133e8ee2e75cc1 (diff)
parent164e1b89afc1773a14598c377c8c8d0bfa01a1a1 (diff)
Merge pull request #712 from Rangi42/master
Miscellaneous fixes
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_45_sprite_engine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_45_sprite_engine.asm b/mobile/mobile_45_sprite_engine.asm
index b666683e2..d8f2d8b39 100644
--- a/mobile/mobile_45_sprite_engine.asm
+++ b/mobile/mobile_45_sprite_engine.asm
@@ -704,9 +704,9 @@ Function1163c0:
.asm_11642a
ld a, $8
ld [wMusicFade], a
- ld a, $0
+ ld a, LOW(MUSIC_NONE)
ld [wMusicFadeID], a
- ld a, $0
+ ld a, HIGH(MUSIC_NONE)
ld [wMusicFadeID + 1], a
.asm_116439