summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 14:56:20 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 14:56:20 -0400
commit6fc179a10b28d38e9ee0e4bff7a31eb27962d77f (patch)
tree78b6cf65b8946f06412064e28d0b6117fee5396a
parentc3c27371022bcbcd9da34f05a046f85ea692a400 (diff)
Add falling star tile to gfx
-rwxr-xr-xgfx/falling_star.2bppbin0 -> 16 bytes
-rw-r--r--main.asm8
2 files changed, 4 insertions, 4 deletions
diff --git a/gfx/falling_star.2bpp b/gfx/falling_star.2bpp
new file mode 100755
index 00000000..4cab94c8
--- /dev/null
+++ b/gfx/falling_star.2bpp
Binary files differ
diff --git a/main.asm b/main.asm
index 20d1e844..2a767001 100644
--- a/main.asm
+++ b/main.asm
@@ -98310,9 +98310,9 @@ Func_70000: ; 70000 (1c:4000)
ld hl, $8a10
ld bc, (BANK(AnimationTileset2) << 8) + $01
call CopyVideoData
- ld de, Unknown_70190 ; $4190
+ ld de, FallingStar ; $4190
ld hl, $8a20
- ld bc, (BANK(Unknown_70190) << 8) + $01
+ ld bc, (BANK(FallingStar) << 8) + $01
call CopyVideoData
ld hl, Unknown_70140 ; $4140
ld de, $c360
@@ -98466,8 +98466,8 @@ INCBIN "baserom.gbc",$70140,$70180 - $70140
Unknown_70180: ; 70180 (1c:4180)
INCBIN "baserom.gbc",$70180,$70190 - $70180
-Unknown_70190: ; 70190 (1c:4190)
-INCBIN "baserom.gbc",$70190,$701a0 - $70190
+FallingStar: ; 70190 (1c:4190)
+INCBIN "gfx/falling_star.2bpp"
; known jump sources: 74061 (1d:4061)
Func_701a0: ; 701a0 (1c:41a0)