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 | Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box (diff) | |
| parent | fix comment in CopyDataUntil (diff) | |
| download | pokeyellow-50963770f3dbb953df904bc6c822713e210a24da.tar.gz pokeyellow-50963770f3dbb953df904bc6c822713e210a24da.tar.xz pokeyellow-50963770f3dbb953df904bc6c822713e210a24da.zip | |
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:: |
