diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-18 16:17:56 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-18 16:17:56 -0400 |
commit | d87796e0ad73401f12e128132e8323c22c8d547c (patch) | |
tree | ef561bc04755683dcae3a09a94e6144ab2c968bb | |
parent | fafc2877675578e64fc1c3efc96692802d5bc56b (diff) |
Added town map tiles to gfx
-rwxr-xr-x | gfx/town_map.2bpp | bin | 0 -> 256 bytes | |||
-rw-r--r-- | main.asm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gfx/town_map.2bpp b/gfx/town_map.2bpp Binary files differnew file mode 100755 index 00000000..54e45869 --- /dev/null +++ b/gfx/town_map.2bpp @@ -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 |