summaryrefslogtreecommitdiff
path: root/home/copy2.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-10 23:23:28 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-10 23:23:28 -0500
commit4b35fa05829eb5257186699d8a8e44362905468c (patch)
tree750134f1c0cf8f608c100dfbb9906a7a3f4c991d /home/copy2.asm
parent03f0815679bdd27241d7c212d2667ec30764b820 (diff)
Added w3 and w5 labels for misc/mobile_40.asm
Diffstat (limited to 'home/copy2.asm')
-rw-r--r--home/copy2.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/copy2.asm b/home/copy2.asm
index ca83ff44b..538be572f 100644
--- a/home/copy2.asm
+++ b/home/copy2.asm
@@ -98,7 +98,9 @@ FarCopyWRAM:: ; 306b
push af
ld a, [hBuffer]
ld [rSVBK], a
+
call CopyBytes
+
pop af
ld [rSVBK], a
ret