aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPokefanMarcel <166040321+PokefanMarcel@users.noreply.github.com>2025-09-03 18:01:15 +0200
committerGitHub <noreply@github.com>2025-09-03 12:01:15 -0400
commitb49679165e744569dc86a5b2d3be392962cdfb1a (patch)
tree22d81ca48b91cb32e94ce4baed9ec3f6918c9426
parentUpdate comment for clarity (#529) (diff)
downloadpokeyellow-b49679165e744569dc86a5b2d3be392962cdfb1a.tar.gz
pokeyellow-b49679165e744569dc86a5b2d3be392962cdfb1a.tar.xz
pokeyellow-b49679165e744569dc86a5b2d3be392962cdfb1a.zip
Document visual glitch with Pewter City Gym guy (#526)
-rw-r--r--scripts/PewterCity.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PewterCity.asm b/scripts/PewterCity.asm
index f17ff370..9693b88f 100644
--- a/scripts/PewterCity.asm
+++ b/scripts/PewterCity.asm
@@ -132,7 +132,7 @@ PewterCityYoungsterShowsPlayerGymScript:
call DisplayTextID
ld a, $3c
ldh [hSpriteScreenYCoord], a
- ld a, $40
+ ld a, $40 ; BUG: should load $50, using $40 causes sprite misalignment
ldh [hSpriteScreenXCoord], a
ld a, 22
ldh [hSpriteMapYCoord], a