summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-19 19:14:06 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-19 19:14:06 -0400
commit3ab1e25a51e0376e06fd92065d087fb8918428ea (patch)
treeb6984a87136798b2a5eac2152d86156b4302c629 /main.asm
parent4ed9e7d52624f1084633bb62efebabe91e4c98e5 (diff)
Added Red cycling sprite to gfx/sprites
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index a1f6cedc..d0a86a6e 100644
--- a/main.asm
+++ b/main.asm
@@ -31255,8 +31255,7 @@ GenRandom_: ; 13a8f (4:7a8f)
SECTION "bank5",ROMX,BANK[$5]
RedCyclingSprite: ; 14000 (5:4000)
-INCBIN "baserom.gbc",$14000,$14180 - $14000
-
+ INCBIN "gfx/sprites/cycling.2bpp" ; was $14000
RedSprite: ; 14180 (5:4180)
INCBIN "gfx/sprites/red.2bpp" ; was $14180
BlueSprite: ; 14300 (5:4300)