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 +- home/uncompress.asm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'home') 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 diff --git a/home/uncompress.asm b/home/uncompress.asm index 9e434497..b6cb1e8d 100644 --- a/home/uncompress.asm +++ b/home/uncompress.asm @@ -466,7 +466,7 @@ DecodeNybble1TableFlipped:: dn $e, $6 dn $2, $a -; combines the two loaded chunks with xor (the chunk loaded second is the destination). The source chunk is differeintial decoded beforehand. +; combines the two loaded chunks with xor (the chunk loaded second is the destination). The source chunk is differential decoded beforehand. XorSpriteChunks:: xor a ld [wSpriteCurPosX], a @@ -568,7 +568,7 @@ ResetSpriteBufferPointers:: NybbleReverseTable:: db $0, $8, $4, $c, $2, $a, $6, $e, $1, $9, $5, $d, $3, $b, $7, $f -; combines the two loaded chunks with xor (the chunk loaded second is the destination). Both chunks are differeintial decoded beforehand. +; combines the two loaded chunks with xor (the chunk loaded second is the destination). Both chunks are differential decoded beforehand. UnpackSpriteMode2:: call ResetSpriteBufferPointers ld a, [wSpriteFlipped] -- cgit v1.3.1-sl0p