Merge pull request #242 from Akatsuki-py/fix_CopyDataUntil

fix comment in CopyDataUntil
This commit is contained in:
Daniel Harding 2020-05-27 14:36:35 -05:00 committed by GitHub
commit 50963770f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::