diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-20 14:56:20 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-20 14:56:20 -0400 |
commit | 6fc179a10b28d38e9ee0e4bff7a31eb27962d77f (patch) | |
tree | 78b6cf65b8946f06412064e28d0b6117fee5396a | |
parent | c3c27371022bcbcd9da34f05a046f85ea692a400 (diff) |
Add falling star tile to gfx
-rwxr-xr-x | gfx/falling_star.2bpp | bin | 0 -> 16 bytes | |||
-rw-r--r-- | main.asm | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gfx/falling_star.2bpp b/gfx/falling_star.2bpp Binary files differnew file mode 100755 index 00000000..4cab94c8 --- /dev/null +++ b/gfx/falling_star.2bpp @@ -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) |