diff options
author | Daniel Harding <33dannye@gmail.com> | 2020-05-27 14:36:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 14:36:35 -0500 |
commit | 50963770f3dbb953df904bc6c822713e210a24da (patch) | |
tree | b34e8f1b1a72f908be94f7d10b3e8971b0f4cb3f | |
parent | 6119945fca16189ca0573e990b78c7f8edd1bf95 (diff) | |
parent | 18b3aa621feb498f9477b82a46611d2992732c3c (diff) |
Merge pull request #242 from Akatsuki-py/fix_CopyDataUntil
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:: |