summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 03:33:21 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 03:33:21 -0400
commit688c8dc9a5aced07315452591ca39f0ebfaa76d7 (patch)
tree57397f023cdd77f0c9302764af79f27791a6cdf1
parent70568d7684caba1d63f62921ff836ce93be02f93 (diff)
Added Town Map rle file to gfx
-rwxr-xr-xgfx/town_map.rlebin0 -> 171 bytes
-rw-r--r--main.asm2
2 files changed, 1 insertions, 1 deletions
diff --git a/gfx/town_map.rle b/gfx/town_map.rle
new file mode 100755
index 00000000..f9ede0ec
--- /dev/null
+++ b/gfx/town_map.rle
Binary files differ
diff --git a/main.asm b/main.asm
index d9442434..2ce5fe6b 100644
--- a/main.asm
+++ b/main.asm
@@ -100460,7 +100460,7 @@ Func_7109b: ; 7109b (1c:509b)
; 71100 (1c:5100)
CompressedMap: ; 71100 (1c:5100)
; you can decompress this file with the redrle program in the extras/ dir
- INCBIN "baserom.gbc",$71100,$711AB-$71100
+ INCBIN "gfx/town_map.rle"
; known jump sources: 70eeb (1c:4eeb), 70f82 (1c:4f82)
Func_711ab: ; 711ab (1c:51ab)