diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 17:25:00 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 17:25:00 -0400 |
| commit | b2002fdf4abee435a879522980425913c51dc9e5 (patch) | |
| tree | 3f7ec06a669cd18104a9fee8045244979c6a96d5 /home | |
| parent | Fix typos up to end of home/audio.asm (diff) | |
| download | pokeyellow-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.asm | 1 |
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 |
