summaryrefslogtreecommitdiff
path: root/scripts/PewterCity.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-08-29 01:04:24 -0400
committerGitHub <noreply@github.com>2020-08-29 01:04:24 -0400
commit4ef305907206bdb90c3c9259f6d527a90b26629c (patch)
treeed116b29979bb2aeb3a02789aa92d3769278361a /scripts/PewterCity.asm
parent48da6c53be768e85b8ba47430e2fc0f3dd4de61e (diff)
parent637f38b139c43c15eb1f4a67562a78389d4f42a7 (diff)
Merge pull request #290 from Rangi42/master
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
Diffstat (limited to 'scripts/PewterCity.asm')
-rwxr-xr-xscripts/PewterCity.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/PewterCity.asm b/scripts/PewterCity.asm
index f44d2de5..221834de 100755
--- a/scripts/PewterCity.asm
+++ b/scripts/PewterCity.asm
@@ -65,9 +65,9 @@ PewterCityScript1:
ldh [hSpriteScreenYCoord], a
ld a, $30
ldh [hSpriteScreenXCoord], a
- ld a, $c
+ ld a, 12
ldh [hSpriteMapYCoord], a
- ld a, $11
+ ld a, 17
ldh [hSpriteMapXCoord], a
ld a, $3
ld [wSpriteIndex], a
@@ -133,9 +133,9 @@ PewterCityScript4:
ldh [hSpriteScreenYCoord], a
ld a, $40
ldh [hSpriteScreenXCoord], a
- ld a, $16
+ ld a, 22
ldh [hSpriteMapYCoord], a
- ld a, $10
+ ld a, 16
ldh [hSpriteMapXCoord], a
ld a, $5
ld [wSpriteIndex], a