diff options
Diffstat (limited to 'home/copy2.asm')
-rw-r--r-- | home/copy2.asm | 2 |
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 |