aboutsummaryrefslogtreecommitdiffstats
path: root/home
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
parentFix typos up to end of home/audio.asm (diff)
downloadpokeyellow-b2002fdf4abee435a879522980425913c51dc9e5.tar.gz
pokeyellow-b2002fdf4abee435a879522980425913c51dc9e5.tar.xz
pokeyellow-b2002fdf4abee435a879522980425913c51dc9e5.zip
Fix all of bank0 related errors.
Diffstat (limited to 'home')
-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