From 27af4ea2ab8cb52b5e6049eb3f5574068ab695be Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 4 Jan 2012 01:57:15 -0600 Subject: add block labels to map headers .. and a tool for assisting with that. hg-commit-id: f832fa6e62f9 --- extras/map_block_dumper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extras/map_block_dumper.py') diff --git a/extras/map_block_dumper.py b/extras/map_block_dumper.py index 871c44a1..f961dfb4 100644 --- a/extras/map_block_dumper.py +++ b/extras/map_block_dumper.py @@ -123,11 +123,11 @@ def insert_all_labels(): if not ("cat" in mapmap["name"]) and "copy" in mapmap["name"].lower(): continue #skip this one #bill's house breaks things? - if mapmap["name"] == "Bill's House": continue + #if mapmap["name"] == "Bill's House": continue if mapmap["name"] == "Viridian Forest": continue - if mapmap["name"] == "Cerulean Mart": continue + #if mapmap["name"] == "Cerulean Mart": continue if mapmap["name"] == "Virdian Forest Exit": continue - if "copy" in mapmap["name"].lower(): continue #skip this one too.. + #if "copy" in mapmap["name"].lower(): continue #skip this one too.. if mapmap["map_pointer"] in used_map_pointers: continue #skip for sure -- cgit v1.3.1-sl0p