aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx
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 /engine/gfx
parentAdd a `CANNOT_MOVE` constant (#508) (diff)
downloadpokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.tar.gz
pokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.tar.xz
pokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.zip
Fix typos
Diffstat (limited to 'engine/gfx')
-rw-r--r--engine/gfx/palettes.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/palettes.asm b/engine/gfx/palettes.asm
index f69eeba9..ef532c66 100644
--- a/engine/gfx/palettes.asm
+++ b/engine/gfx/palettes.asm
@@ -213,7 +213,7 @@ SetPal_TrainerCard:
srl a
push af
jr c, .haveBadge
-; The player doens't have the badge, so zero the badge's blk data.
+; The player doesn't have the badge, so zero the badge's blk data.
push bc
ld a, [de]
ld c, a