From b49679165e744569dc86a5b2d3be392962cdfb1a Mon Sep 17 00:00:00 2001 From: PokefanMarcel <166040321+PokefanMarcel@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:01:15 +0200 Subject: Document visual glitch with Pewter City Gym guy (#526) --- scripts/PewterCity.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.3.1-sl0p