diff --git a/home.asm b/home.asm index 199edbaf..28fb81c9 100644 --- a/home.asm +++ b/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::