summaryrefslogtreecommitdiff
path: root/home/pic.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 17:25:00 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 17:25:00 -0400
commitb2002fdf4abee435a879522980425913c51dc9e5 (patch)
tree3f7ec06a669cd18104a9fee8045244979c6a96d5 /home/pic.asm
parentaaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c (diff)
Fix all of bank0 related errors.
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