aboutsummaryrefslogtreecommitdiffstats
path: root/home/uncompress.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2025-06-03 23:48:35 -0500
committerdannye <33dannye@gmail.com>2025-06-03 23:48:35 -0500
commitfd043a66c2096343d0ce9cb4aec89b20743ef89f (patch)
treeb941b70b4e505df60ee19432acbd06f7c68ba507 /home/uncompress.asm
parentAdd a `CANNOT_MOVE` constant (#508) (diff)
downloadpokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.tar.gz
pokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.tar.xz
pokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.zip
Fix typos
Diffstat (limited to 'home/uncompress.asm')
-rw-r--r--home/uncompress.asm4
1 files changed, 2 insertions, 2 deletions
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]