mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 00:53:34 +13:00
fix comment in CopyDataUntil
This commit is contained in:
parent
f52c1bb78d
commit
18b3aa621f
1 changed files with 1 additions and 1 deletions
2
home.asm
2
home.asm
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue