mirror of
https://github.com/pret/pokered.git
synced 2026-09-09 10:15:18 -05:00
cycling.png -> red_bike.png
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
@@ -2010,7 +2010,7 @@ LoadSurfingPlayerSpriteGraphics::
|
||||
jr LoadPlayerSpriteGraphicsCommon
|
||||
|
||||
LoadBikePlayerSpriteGraphics::
|
||||
ld de, RedCyclingSprite
|
||||
ld de, RedBikeSprite
|
||||
ld hl, vNPCSprites
|
||||
|
||||
LoadPlayerSpriteGraphicsCommon::
|
||||
|
||||
Reference in New Issue
Block a user