From 688c8dc9a5aced07315452591ca39f0ebfaa76d7 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Tue, 20 Aug 2013 03:33:21 -0400 Subject: Added Town Map rle file to gfx --- gfx/town_map.rle | Bin 0 -> 171 bytes main.asm | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 gfx/town_map.rle diff --git a/gfx/town_map.rle b/gfx/town_map.rle new file mode 100755 index 00000000..f9ede0ec Binary files /dev/null and b/gfx/town_map.rle 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) -- cgit v1.2.3