diff options
author | akatsuki-py <bluejapan73+dev@gmail.com> | 2020-05-28 04:15:53 +0900 |
---|---|---|
committer | akatsuki-py <bluejapan73+dev@gmail.com> | 2020-05-28 04:15:53 +0900 |
commit | 18b3aa621feb498f9477b82a46611d2992732c3c (patch) | |
tree | f1d67ee03065666bec9cbc3b9f1d0f454431678a | |
parent | f52c1bb78d5609abdabd4f2594c716bb4e0b2e69 (diff) |
fix comment in CopyDataUntil
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:: |