From f48ffcbec4849dcde8647dc4c0feaee36a12e352 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Mon, 19 Aug 2013 23:36:41 -0400 Subject: Added Pokeball tiles to gfx --- gfx/pokeball.2bpp | Bin 0 -> 64 bytes main.asm | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 gfx/pokeball.2bpp diff --git a/gfx/pokeball.2bpp b/gfx/pokeball.2bpp new file mode 100755 index 00000000..626c4e3e Binary files /dev/null and b/gfx/pokeball.2bpp differ diff --git a/main.asm b/main.asm index 07685aa9..459c82ae 100644 --- a/main.asm +++ b/main.asm @@ -53889,7 +53889,7 @@ Func_3a948: ; 3a948 (e:6948) ; four tiles: pokeball, black pokeball (status ailment), crossed out pokeball (faited) and pokeball slot (no mon) PokeballTileGraphics: ; 3a97e (e:697e) -INCBIN "baserom.gbc",$3a97e,$3a9be - $3a97e +INCBIN "gfx/pokeball.2bpp" ; tiles for gameboy and link cable graphics used for trading sequence animation TradingAnimationGraphics: ; 3a9be (e:69be) -- cgit v1.2.3