cycling.png -> red_bike.png

This commit is contained in:
Rangi 2020-07-17 14:02:45 -04:00
parent 72a0e98c93
commit ef9cb892fd
3 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B

View file

@ -2010,7 +2010,7 @@ LoadSurfingPlayerSpriteGraphics::
jr LoadPlayerSpriteGraphicsCommon
LoadBikePlayerSpriteGraphics::
ld de, RedCyclingSprite
ld de, RedBikeSprite
ld hl, vNPCSprites
LoadPlayerSpriteGraphicsCommon::