fix comment in CopyDataUntil

This commit is contained in:
akatsuki-py 2020-05-28 04:15:53 +09:00
parent f52c1bb78d
commit 18b3aa621f

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