diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:59:44 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:59:44 -0500 |
commit | 88692100623fc145c498e8023848ca5abcf28fc2 (patch) | |
tree | 94618578a88043fe14fe5d64e62dc7df94e852c2 /pokemontools/crystalparts/old_parsers.py | |
parent | 7fdf53f162dc8027619803b36d4447cdc2f294bd (diff) | |
parent | 82fb73edc3850e3601f085d84f7bba03fe6d7076 (diff) |
Merge branch 'master' into vba-automation
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 = [] |