aboutsummaryrefslogtreecommitdiffstats
path: root/home/copy2.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/copy2.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/copy2.asm')
-rw-r--r--home/copy2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/copy2.asm b/home/copy2.asm
index 6001557c..f5d3f796 100644
--- a/home/copy2.asm
+++ b/home/copy2.asm
@@ -69,7 +69,7 @@ CopyVideoData:: ; 15fe (0:15fe)
ld [H_VBCOPYSIZE], a
call DelayFrame
pop af
- call CommonBankswitch
+ call BankswitchCommon
pop af
ld [H_AUTOBGTRANSFERENABLED], a
ret