diff options
author | libjet <libj3t@gmail.com> | 2020-02-18 03:15:05 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-02-18 03:15:05 +0000 |
commit | 5462eca2314a6f4578e930c1787ae7fc61b90444 (patch) | |
tree | fe48acd3876e69eb9865cf7a41df18b6499fef88 /home/map.asm | |
parent | a7e3a999ff21ecac0bfbe7f091f9ff901075a323 (diff) |
Add sprite_updates.asm
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm index 2766878b..ebdd00ff 100644 --- a/home/map.asm +++ b/home/map.asm @@ -209,7 +209,7 @@ Function2086:: Function20ac:: ld a, $1 - ld [wRTCEnabled], a + ld [wSpriteUpdatesEnabled], a farcall Function8c3e9 farcall UpdateTimeOfDayPal call OverworldTextModeSwitch @@ -2128,7 +2128,7 @@ FinishExitMenu:: ReturnToMapWithSpeechTextbox:: push af ld a, $1 - ld [wRTCEnabled], a + ld [wSpriteUpdatesEnabled], a call ClearBGPalettes call ClearSprites call ReloadTilesetAndPalettes |