shithub: pokered

Download patch

ref: ef9cb892fdee558305071fe9d22c0f633b199f38
parent: 72a0e98c9393b0fdbe5bf209eac6591dddd9cfc5
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Fri Jul 17 10:02:45 EDT 2020

cycling.png -> red_bike.png

--- a/gfx/sprites.asm
+++ b/gfx/sprites.asm
@@ -31,7 +31,7 @@
 
 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"
binary files a/gfx/sprites/cycling.png /dev/null differ
binary files /dev/null b/gfx/sprites/red_bike.png differ
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -2010,7 +2010,7 @@
 	jr LoadPlayerSpriteGraphicsCommon
 
 LoadBikePlayerSpriteGraphics::
-	ld de, RedCyclingSprite
+	ld de, RedBikeSprite
 	ld hl, vNPCSprites
 
 LoadPlayerSpriteGraphicsCommon::