diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 16:34:17 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 16:34:17 -0500 |
commit | 2a951be35ccb1e405dcbb9af0c4edaa0abec84da (patch) | |
tree | 38fcfe88620348f6b6b2a5fe32b36c0ad20c3637 | |
parent | acf23488e8c1ecb52ede8442346e4df2ea39f4d8 (diff) |
better ordering of imports in crystal.py
-rw-r--r-- | pokemontools/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index 5bc17b2..6ba998b 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -52,10 +52,10 @@ import chars import labels import pksv import romstr -import move_constants import pointers import interval_map import trainers +import move_constants import pokemon_constants import item_constants import wram |