From b2002fdf4abee435a879522980425913c51dc9e5 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 9 Aug 2015 17:25:00 -0400 Subject: Fix all of bank0 related errors. --- home/pic.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'home/pic.asm') 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 -- cgit v1.2.3