From d643241c1eb6e54e201ba80e46406320a5d48359 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Mon, 19 Aug 2013 18:41:40 -0400 Subject: Added "AB" tiles to gfx --- main.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 2fafe7b5..e02e9bc9 100644 --- a/main.asm +++ b/main.asm @@ -29009,7 +29009,8 @@ PokemonLogoGraphics: ; 11380 (4:5380) FontGraphics: ; 11a80 (4:5a80) INCBIN "gfx/font.1bpp" -INCBIN "baserom.gbc",$11e80,$11ea0 - $11e80 +ABTiles: ; 11e80 (4:5e80) + INCBIN "gfx/AB.2bpp" HpBarAndStatusGraphics: ; 11ea0 (4:5ea0) INCBIN "gfx/hp_bar_and_status.2bpp" -- cgit v1.2.3