summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-20 00:24:25 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-20 00:24:25 -0500
commit8124e7694052ec6b53ca843205a9b5366f120df5 (patch)
treebbcb571bc736d612205a4e5077efab0b0d7eb3e6 /extras/crystal.py
parent4c4517121331d8db6e508432e4e872a02299a94f (diff)
move around the trainers.py import line
Diffstat (limited to 'extras/crystal.py')
-rw-r--r--extras/crystal.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index bd15a9a37..46c3161ef 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -63,6 +63,14 @@ constant_abbreviation_bytes = {}
# Import the characters from its module.
from chars import chars, jap_chars
+from trainers import *
+
+# for fixing trainer_group_names
+import re
+
+trainer_group_pointer_table_address = 0x39999
+trainer_group_pointer_table_address_gs = 0x3993E
+
class Size():
"""a simple way to track whether or not a size
includes the first value or not, like for
@@ -3436,14 +3444,6 @@ class TrainerFragmentParam(PointerLabelParam):
self.dependencies = deps
return deps
-from trainers import *
-
-# for fixing trainer_group_names
-import re
-
-trainer_group_pointer_table_address = 0x39999
-trainer_group_pointer_table_address_gs = 0x3993E
-
trainer_group_table = None
class TrainerGroupTable:
""" A list of pointers.