summaryrefslogtreecommitdiff
path: root/home/copy2.asm
diff options
context:
space:
mode:
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