From fd043a66c2096343d0ce9cb4aec89b20743ef89f Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Tue, 3 Jun 2025 23:48:35 -0500 Subject: Fix typos --- home/text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/text.asm') diff --git a/home/text.asm b/home/text.asm index 112956da..df5cfe51 100644 --- a/home/text.asm +++ b/home/text.asm @@ -278,7 +278,7 @@ _ContTextNoPause:: ; move both rows of text in the normal text box up one row ; always called twice in a row -; first time, copy the two rows of text to the "in between" rows that are usually emtpy +; first time, copy the two rows of text to the "in between" rows that are usually empty ; second time, copy the bottom row of text into the top row of text ScrollTextUpOneLine:: hlcoord 0, 14 ; top row of text -- cgit v1.3.1-sl0p