summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-12 22:29:56 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-12 22:29:56 -0500
commitb3bbd5f9cba203e3729c68c1cce344823f523dcd (patch)
tree0a61a4cae71a16a5afd669b9d7b0503367ad4bf4
parent0c1e9095d805ce60af68c6d4497ea71e9bc08b5d (diff)
don't use the old header parsing method
-rw-r--r--pokemontools/crystal.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py
index 4fe9f38..3cc5ea1 100644
--- a/pokemontools/crystal.py
+++ b/pokemontools/crystal.py
@@ -5696,8 +5696,6 @@ def parse_all_map_headers(map_names, debug=True):
new_parsed_map = parse_map_header_at(map_header_offset, map_group=group_id, map_id=map_id, debug=debug)
map_names[group_id][map_id]["header_new"] = new_parsed_map
- old_parsed_map = old_parse_map_header_at(map_header_offset, map_group=group_id, map_id=map_id, debug=debug)
- map_names[group_id][map_id]["header_old"] = old_parsed_map
class PokedexEntryPointerTable:
"""