diff options
| author | PokefanMarcel <166040321+PokefanMarcel@users.noreply.github.com> | 2025-09-03 18:01:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-03 12:01:15 -0400 |
| commit | b49679165e744569dc86a5b2d3be392962cdfb1a (patch) | |
| tree | 22d81ca48b91cb32e94ce4baed9ec3f6918c9426 /scripts | |
| parent | Update comment for clarity (#529) (diff) | |
| download | pokeyellow-b49679165e744569dc86a5b2d3be392962cdfb1a.tar.gz pokeyellow-b49679165e744569dc86a5b2d3be392962cdfb1a.tar.xz pokeyellow-b49679165e744569dc86a5b2d3be392962cdfb1a.zip | |
Document visual glitch with Pewter City Gym guy (#526)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/PewterCity.asm | 2 |
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 |
