summaryrefslogtreecommitdiff
path: root/home/pic.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/pic.asm')
-rw-r--r--home/pic.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/pic.asm b/home/pic.asm
index d43da56d..28f27b79 100644
--- a/home/pic.asm
+++ b/home/pic.asm
@@ -9,6 +9,7 @@ UncompressSpriteData:: ; 23f8 (0:23f8)
ld a,$0
call SwitchSRAMBankAndLatchClockData
call _UncompressSpriteData
+ call PrepareRTCDataAndDisableSRAM
pop af
call BankswitchCommon
ret