diff options
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 |
