summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakatsuki-py <bluejapan73+dev@gmail.com>2020-05-28 04:15:53 +0900
committerakatsuki-py <bluejapan73+dev@gmail.com>2020-05-28 04:15:53 +0900
commit18b3aa621feb498f9477b82a46611d2992732c3c (patch)
treef1d67ee03065666bec9cbc3b9f1d0f454431678a
parentf52c1bb78d5609abdabd4f2594c716bb4e0b2e69 (diff)
fix comment in CopyDataUntil
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 199edbaf..28fb81c9 100644
--- a/home.asm
+++ b/home.asm
@@ -3560,7 +3560,7 @@ PrintLetterDelay::
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::