summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/crystal.py b/crystal.py
index 6c70f64..3262379 100644
--- a/crystal.py
+++ b/crystal.py
@@ -61,16 +61,17 @@ constant_abbreviation_bytes = {}
# Import the characters from its module.
from chars import chars, jap_chars
-from trainers import *
+from trainers import (
+ trainer_group_pointer_table_address, # 0x39999
+ trainer_group_pointer_table_address_gs, # 0x3993E
+ trainer_group_names,
+)
from move_constants import moves
# for fixing trainer_group_names
import re
-trainer_group_pointer_table_address = 0x39999
-trainer_group_pointer_table_address_gs = 0x3993E
-
from interval_map import IntervalMap
from pksv import (