mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12: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
|
SECTION "NPC Sprites 2", ROMX
|
||||||
|
|
||||||
RedCyclingSprite:: INCBIN "gfx/sprites/cycling.2bpp"
|
RedBikeSprite:: INCBIN "gfx/sprites/red_bike.2bpp"
|
||||||
RedSprite:: INCBIN "gfx/sprites/red.2bpp"
|
RedSprite:: INCBIN "gfx/sprites/red.2bpp"
|
||||||
BlueSprite:: INCBIN "gfx/sprites/blue.2bpp"
|
BlueSprite:: INCBIN "gfx/sprites/blue.2bpp"
|
||||||
OakSprite:: INCBIN "gfx/sprites/oak.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
|
jr LoadPlayerSpriteGraphicsCommon
|
||||||
|
|
||||||
LoadBikePlayerSpriteGraphics::
|
LoadBikePlayerSpriteGraphics::
|
||||||
ld de, RedCyclingSprite
|
ld de, RedBikeSprite
|
||||||
ld hl, vNPCSprites
|
ld hl, vNPCSprites
|
||||||
|
|
||||||
LoadPlayerSpriteGraphicsCommon::
|
LoadPlayerSpriteGraphicsCommon::
|
||||||
|
|
Loading…
Reference in a new issue