diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-09-12 22:29:56 -0500 | 
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-12 22:29:56 -0500 | 
| commit | b3bbd5f9cba203e3729c68c1cce344823f523dcd (patch) | |
| tree | 0a61a4cae71a16a5afd669b9d7b0503367ad4bf4 /pokemontools/crystal.py | |
| parent | 0c1e9095d805ce60af68c6d4497ea71e9bc08b5d (diff) | |
don't use the old header parsing method
Diffstat (limited to 'pokemontools/crystal.py')
| -rw-r--r-- | pokemontools/crystal.py | 2 | 
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:      """ | 
