aboutsummaryrefslogtreecommitdiffstats
path: root/home/vblank.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-02 12:22:38 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-02 12:22:38 -0400
commit4b9a0daf2f216b798eccecad180d2c9f86c82a9a (patch)
tree686ca9674598595ca33137d56b25e777d5c06d0b /home/vblank.asm
parentAttempt to make yellow buildable, part 4 (diff)
downloadpokeyellow-4b9a0daf2f216b798eccecad180d2c9f86c82a9a.tar.gz
pokeyellow-4b9a0daf2f216b798eccecad180d2c9f86c82a9a.tar.xz
pokeyellow-4b9a0daf2f216b798eccecad180d2c9f86c82a9a.zip
Attempt to make Yellow Buildable, part 5
Rest of unknown pointers in homebank, fix some function names.
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index fda0f6f5..66158e50 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -32,7 +32,7 @@ VBlank:: ; 1de5 (0:1de5)
call VBlankCopyDouble
call UpdateMovingBgTiles
call $ff80 ; hOAMDMA
- ld a, Bank(PrepareOAMData)
+ ld a, BANK(PrepareOAMData)
ld [H_LOADEDROMBANK], a
ld [MBC1RomBank], a
call PrepareOAMData
@@ -57,7 +57,7 @@ VBlank:: ; 1de5 (0:1de5)
ld [H_FRAMECOUNTER], a
.decced
- call Func_28cb
+ call Func_27c2
ld a, $8
call BankswitchCommon