From 093b04db7aa6e746e570314e46344efff9c78676 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Tue, 20 Aug 2013 02:21:02 -0400 Subject: Added attack animation tileset 2 to gfx --- gfx/attack_anim_2.2bpp | Bin 0 -> 1264 bytes main.asm | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 gfx/attack_anim_2.2bpp diff --git a/gfx/attack_anim_2.2bpp b/gfx/attack_anim_2.2bpp new file mode 100755 index 00000000..51d87b27 Binary files /dev/null and b/gfx/attack_anim_2.2bpp differ diff --git a/main.asm b/main.asm index 9f008199..84cc12d2 100644 --- a/main.asm +++ b/main.asm @@ -108685,7 +108685,7 @@ AnimationTileset1: ; 781fe (1e:41fe) INCBIN "gfx/attack_anim_1.2bpp" AnimationTileset2: ; 786ee (1e:46ee) -INCBIN "baserom.gbc",$786ee,$78bde - $786ee +INCBIN "gfx/attack_anim_2.2bpp" IF _RED INCBIN "gfx/red/slotmachine2.2bpp" -- cgit v1.2.3