mirror of
https://github.com/pret/pokeyellow.git
synced 2025-02-22 19:12:14 +00:00
cycling.png -> red_bike.png
This commit is contained in:
parent
72a0e98c93
commit
ef9cb892fd
@ -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::
|
||||
|
Loading…
x
Reference in New Issue
Block a user