summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-17 14:02:45 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-17 14:02:45 -0400
commitef9cb892fdee558305071fe9d22c0f633b199f38 (patch)
treeb182c544b803cbc451a751421fc087d21b640bec
parent72a0e98c9393b0fdbe5bf209eac6591dddd9cfc5 (diff)
cycling.png -> red_bike.png
-rw-r--r--gfx/sprites.asm2
-rw-r--r--gfx/sprites/red_bike.png (renamed from gfx/sprites/cycling.png)bin373 -> 373 bytes
-rw-r--r--home/overworld.asm2
3 files changed, 2 insertions, 2 deletions
diff --git a/gfx/sprites.asm b/gfx/sprites.asm
index bcb98c6f..4bcf678c 100644
--- a/gfx/sprites.asm
+++ b/gfx/sprites.asm
@@ -31,7 +31,7 @@ GamblerAsleepSprite:: INCBIN "gfx/sprites/gambler_asleep.2bpp"
SECTION "NPC Sprites 2", ROMX
-RedCyclingSprite:: INCBIN "gfx/sprites/cycling.2bpp"
+RedBikeSprite:: INCBIN "gfx/sprites/red_bike.2bpp"
RedSprite:: INCBIN "gfx/sprites/red.2bpp"
BlueSprite:: INCBIN "gfx/sprites/blue.2bpp"
OakSprite:: INCBIN "gfx/sprites/oak.2bpp"
diff --git a/gfx/sprites/cycling.png b/gfx/sprites/red_bike.png
index ed117d0b..ed117d0b 100644
--- a/gfx/sprites/cycling.png
+++ b/gfx/sprites/red_bike.png
Binary files differ
diff --git a/home/overworld.asm b/home/overworld.asm
index 807d6a61..741b8b7e 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -2010,7 +2010,7 @@ LoadSurfingPlayerSpriteGraphics::
jr LoadPlayerSpriteGraphicsCommon
LoadBikePlayerSpriteGraphics::
- ld de, RedCyclingSprite
+ ld de, RedBikeSprite
ld hl, vNPCSprites
LoadPlayerSpriteGraphicsCommon::