From 72838d699d859cc6eabddb62d98e6f3c70ba6a85 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Mon, 19 Aug 2013 18:59:25 -0400 Subject: Added Pokedex tiles to gfx --- gfx/pokedex.2bpp | Bin 0 -> 288 bytes main.asm | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 gfx/pokedex.2bpp diff --git a/gfx/pokedex.2bpp b/gfx/pokedex.2bpp new file mode 100755 index 00000000..04a47d39 Binary files /dev/null and b/gfx/pokedex.2bpp differ diff --git a/main.asm b/main.asm index 3916717f..a124ba2d 100644 --- a/main.asm +++ b/main.asm @@ -29034,7 +29034,7 @@ TextBoxGraphics: ; 12288 (4:6288) INCBIN "gfx/text_box.2bpp" PokedexTileGraphics: ; 12488 (4:6488) -INCBIN "baserom.gbc",$12488,$125a8 - $12488 +INCBIN "gfx/pokedex.2bpp" WorldMapTileGraphics: ; 125a8 (4:65a8) INCBIN "gfx/town_map.2bpp" -- cgit v1.2.3