summaryrefslogtreecommitdiff
path: root/main.asm
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 /main.asm
parent43c10efb293c44cbc9cb2f1a487c388ed04e2529 (diff)
gfx/misc/town_map.lz is actually padded
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
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"