ref: 50963770f3dbb953df904bc6c822713e210a24da
parent: 6119945fca16189ca0573e990b78c7f8edd1bf95
parent: 18b3aa621feb498f9477b82a46611d2992732c3c
author: Daniel Harding <33dannye@gmail.com>
date: Wed May 27 10:36:35 EDT 2020
Merge pull request #242 from Akatsuki-py/fix_CopyDataUntil fix comment in CopyDataUntil
--- a/home.asm
+++ b/home.asm
@@ -3560,7 +3560,7 @@
pop hl
ret
-; Copies [hl, bc) to [de, bc - hl).
+; Copies [hl, bc) to [de, de + bc - hl).
; In other words, the source data is from hl up to but not including bc,
; and the destination is de.
CopyDataUntil::