From 18b3aa621feb498f9477b82a46611d2992732c3c Mon Sep 17 00:00:00 2001 From: akatsuki-py Date: Thu, 28 May 2020 04:15:53 +0900 Subject: fix comment in CopyDataUntil --- home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v1.2.3