diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-09 15:16:48 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-09 15:16:48 -0600 |
commit | 8c7e2bcae7d07e28ee229ae958d94ec3809dc763 (patch) | |
tree | 1d710e4654c3ac8420f7d5ee3bdd65b390975e25 /pokemontools/crystalparts/old_parsers.py | |
parent | cc403392982cfef8ccc9ed2b54ecda5934873a4f (diff) | |
parent | 1d2239e091e9cbf9026ec5afe7e86b718b9b8f38 (diff) |
Merge branch 'master' into vba-automation
Diffstat (limited to 'pokemontools/crystalparts/old_parsers.py')
-rw-r--r-- | pokemontools/crystalparts/old_parsers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/crystalparts/old_parsers.py b/pokemontools/crystalparts/old_parsers.py index e07082d..2c1d2b2 100644 --- a/pokemontools/crystalparts/old_parsers.py +++ b/pokemontools/crystalparts/old_parsers.py @@ -2,7 +2,7 @@ Some old methods rescued from crystal.py """ -import pointers +import pokemontools.pointers as pointers map_header_byte_size = 9 |