don't use the old header parsing method

This commit is contained in:
Bryan Bishop
2013-09-12 22:29:56 -05:00
parent 0c1e9095d8
commit b3bbd5f9cb

View File

@@ -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:
"""