mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Merge pull request #242 from Akatsuki-py/fix_CopyDataUntil
fix comment in CopyDataUntil
This commit is contained in:
commit
50963770f3
2
home.asm
2
home.asm
|
@ -3560,7 +3560,7 @@ PrintLetterDelay::
|
||||||
pop hl
|
pop hl
|
||||||
ret
|
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,
|
; In other words, the source data is from hl up to but not including bc,
|
||||||
; and the destination is de.
|
; and the destination is de.
|
||||||
CopyDataUntil::
|
CopyDataUntil::
|
||||||
|
|
Loading…
Reference in a new issue