ref: 18b3aa621feb498f9477b82a46611d2992732c3c
parent: f52c1bb78d5609abdabd4f2594c716bb4e0b2e69
author: akatsuki-py <bluejapan73+dev@gmail.com>
date: Thu May 28 00:15:53 EDT 2020
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::