summaryrefslogtreecommitdiff
path: root/home/overworld.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-17 14:02:45 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-17 14:02:45 -0400
commitef9cb892fdee558305071fe9d22c0f633b199f38 (patch)
treeb182c544b803cbc451a751421fc087d21b640bec /home/overworld.asm
parent72a0e98c9393b0fdbe5bf209eac6591dddd9cfc5 (diff)
cycling.png -> red_bike.png
Diffstat (limited to 'home/overworld.asm')
-rw-r--r--home/overworld.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index 807d6a61..741b8b7e 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -2010,7 +2010,7 @@ LoadSurfingPlayerSpriteGraphics::
jr LoadPlayerSpriteGraphicsCommon
LoadBikePlayerSpriteGraphics::
- ld de, RedCyclingSprite
+ ld de, RedBikeSprite
ld hl, vNPCSprites
LoadPlayerSpriteGraphicsCommon::