summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCelestialAmber <celestialamber1@gmail.com>2020-05-03 10:09:34 -0400
committerCelestialAmber <celestialamber1@gmail.com>2020-05-03 10:09:34 -0400
commita22c3654f2055fcebfb11c7b722bcd859f7aad7c (patch)
treea5644ebdd6884a21e5e74ae32ed968558ad98754
parente2e8bf6a8477af254ea7057028f72ac918b62005 (diff)
Port pull request #234 from pokered, and fix bloated Pikachu images
-rw-r--r--engine/overworld/movement.asm2
-rw-r--r--gfx/pikachu/unknown_e41d2.pngbin5952 -> 227 bytes
-rw-r--r--gfx/pikachu/unknown_e444b.pngbin11020 -> 348 bytes
-rw-r--r--gfx/pikachu/unknown_e4a99.pngbin5766 -> 243 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/movement.asm b/engine/overworld/movement.asm
index cc4a818f..6fb388fd 100644
--- a/engine/overworld/movement.asm
+++ b/engine/overworld/movement.asm
@@ -670,7 +670,7 @@ GetTileSpriteStandsOn:
ld c, a
ld b, $0
inc l
- ld a, [hl] ; c1x6: screen Y position
+ ld a, [hl] ; c1x6: screen X position
srl a
srl a
srl a ; screen X tile
diff --git a/gfx/pikachu/unknown_e41d2.png b/gfx/pikachu/unknown_e41d2.png
index 7d57c684..e2ed42b7 100644
--- a/gfx/pikachu/unknown_e41d2.png
+++ b/gfx/pikachu/unknown_e41d2.png
Binary files differ
diff --git a/gfx/pikachu/unknown_e444b.png b/gfx/pikachu/unknown_e444b.png
index dd13d24c..61d4c51b 100644
--- a/gfx/pikachu/unknown_e444b.png
+++ b/gfx/pikachu/unknown_e444b.png
Binary files differ
diff --git a/gfx/pikachu/unknown_e4a99.png b/gfx/pikachu/unknown_e4a99.png
index 75a32629..1cb2b252 100644
--- a/gfx/pikachu/unknown_e4a99.png
+++ b/gfx/pikachu/unknown_e4a99.png
Binary files differ