diff options
author | yenatch <yenatch@gmail.com> | 2014-02-22 06:44:47 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-22 06:44:47 -0500 |
commit | e9626c7710e9e7fd7a0a035215310c6b79fb9dc9 (patch) | |
tree | 499e32efa26b43483a1e34e55b75308234ce2f09 /main.asm | |
parent | 43c10efb293c44cbc9cb2f1a487c388ed04e2529 (diff) |
gfx/misc/town_map.lz is actually padded
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |