From d87796e0ad73401f12e128132e8323c22c8d547c Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sun, 18 Aug 2013 16:17:56 -0400 Subject: Added town map tiles to gfx --- gfx/town_map.2bpp | Bin 0 -> 256 bytes main.asm | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 gfx/town_map.2bpp diff --git a/gfx/town_map.2bpp b/gfx/town_map.2bpp new file mode 100755 index 00000000..54e45869 Binary files /dev/null and b/gfx/town_map.2bpp differ diff --git a/main.asm b/main.asm index bb85a899..2fafe7b5 100644 --- a/main.asm +++ b/main.asm @@ -29036,7 +29036,7 @@ PokedexTileGraphics: ; 12488 (4:6488) INCBIN "baserom.gbc",$12488,$125a8 - $12488 WorldMapTileGraphics: ; 125a8 (4:65a8) -INCBIN "baserom.gbc",$125a8,$126a8 - $125a8 +INCBIN "gfx/town_map.2bpp" PlayerCharacterTitleGraphics: ; 126a8 (4:66a8) INCBIN "baserom.gbc",$126a8,$128d8 - $126a8 -- cgit v1.2.3