diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:32:29 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:32:29 -0500 |
commit | 8caeec66b9004c9bae9a27b0c8008091ba5f39f9 (patch) | |
tree | b1236155bc7239c26cf383c55bb9f2796b3e62fd /pokemontools/crystalparts/old_parsers.py | |
parent | 5f959fa7c82f495971551a91ff8d94d4282da38a (diff) |
include all pokemontools/ files in installs
Diffstat (limited to 'pokemontools/crystalparts/old_parsers.py')
-rw-r--r-- | pokemontools/crystalparts/old_parsers.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pokemontools/crystalparts/old_parsers.py b/pokemontools/crystalparts/old_parsers.py index b23ab5d..e07082d 100644 --- a/pokemontools/crystalparts/old_parsers.py +++ b/pokemontools/crystalparts/old_parsers.py @@ -4,8 +4,7 @@ Some old methods rescued from crystal.py import pointers -map_header_byte_size = ... -rom_interval = ... +map_header_byte_size = 9 all_map_headers = [] |