summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-22 06:44:47 -0500
committeryenatch <yenatch@gmail.com>2014-02-22 06:44:47 -0500
commite9626c7710e9e7fd7a0a035215310c6b79fb9dc9 (patch)
tree499e32efa26b43483a1e34e55b75308234ce2f09
parent43c10efb293c44cbc9cb2f1a487c388ed04e2529 (diff)
gfx/misc/town_map.lz is actually padded
-rw-r--r--gfx/misc/town_map.lzbin771 -> 772 bytes
-rw-r--r--main.asm4
2 files changed, 2 insertions, 2 deletions
diff --git a/gfx/misc/town_map.lz b/gfx/misc/town_map.lz
index 1ca2ac243..c807a372f 100644
--- a/gfx/misc/town_map.lz
+++ b/gfx/misc/town_map.lz
Binary files differ
diff --git a/main.asm b/main.asm
index c5ec8537f..8b7c27cab 100644
--- a/main.asm
+++ b/main.asm
@@ -81081,9 +81081,9 @@ INCBIN "baserom.gbc", $f8aa0, $f8ba0 - $f8aa0
TownMapGFX: ; f8ba0
INCBIN "gfx/misc/town_map.lz"
-; f8ea3
+; f8ea4
-INCBIN "baserom.gbc", $f8ea3, $f9434 - $f8ea3
+INCBIN "baserom.gbc", $f8ea4, $f9434 - $f8ea4
Footprints:
INCBIN "gfx/misc/footprints.1bpp"