diff options
author | CelestialAmber <celestialamber1@gmail.com> | 2020-05-03 10:09:34 -0400 |
---|---|---|
committer | CelestialAmber <celestialamber1@gmail.com> | 2020-05-03 10:09:34 -0400 |
commit | a22c3654f2055fcebfb11c7b722bcd859f7aad7c (patch) | |
tree | a5644ebdd6884a21e5e74ae32ed968558ad98754 | |
parent | e2e8bf6a8477af254ea7057028f72ac918b62005 (diff) |
Port pull request #234 from pokered, and fix bloated Pikachu images
-rw-r--r-- | engine/overworld/movement.asm | 2 | ||||
-rw-r--r-- | gfx/pikachu/unknown_e41d2.png | bin | 5952 -> 227 bytes | |||
-rw-r--r-- | gfx/pikachu/unknown_e444b.png | bin | 11020 -> 348 bytes | |||
-rw-r--r-- | gfx/pikachu/unknown_e4a99.png | bin | 5766 -> 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 Binary files differindex 7d57c684..e2ed42b7 100644 --- a/gfx/pikachu/unknown_e41d2.png +++ b/gfx/pikachu/unknown_e41d2.png diff --git a/gfx/pikachu/unknown_e444b.png b/gfx/pikachu/unknown_e444b.png Binary files differindex dd13d24c..61d4c51b 100644 --- a/gfx/pikachu/unknown_e444b.png +++ b/gfx/pikachu/unknown_e444b.png diff --git a/gfx/pikachu/unknown_e4a99.png b/gfx/pikachu/unknown_e4a99.png Binary files differindex 75a32629..1cb2b252 100644 --- a/gfx/pikachu/unknown_e4a99.png +++ b/gfx/pikachu/unknown_e4a99.png |