diff options
| author | mid-kid <esteve.varela@gmail.com> | 2020-04-17 18:25:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-17 18:25:59 +0000 |
| commit | 19aee926af86c1351ca85ca45da26f5d6f3cd8d6 (patch) | |
| tree | 82d2d640096a0cb3fc2dddec35fb9ac5a2addfef /mobile | |
| parent | 93ed0ed19ce615f99a36062cd2133e8ee2e75cc1 (diff) | |
| parent | 164e1b89afc1773a14598c377c8c8d0bfa01a1a1 (diff) | |
Merge pull request #712 from Rangi42/master
Miscellaneous fixes
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/mobile_45_sprite_engine.asm | 4 |
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 |
