summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-01 16:34:17 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-01 16:34:17 -0500
commit2a951be35ccb1e405dcbb9af0c4edaa0abec84da (patch)
tree38fcfe88620348f6b6b2a5fe32b36c0ad20c3637
parentacf23488e8c1ecb52ede8442346e4df2ea39f4d8 (diff)
better ordering of imports in crystal.py
-rw-r--r--pokemontools/crystal.py2
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