diff options
-rw-r--r-- | pokemontools/crystal.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index ec911f9..35ddcb1 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -21,8 +21,6 @@ import string if not hasattr(json, "dumps"): json.dumps = json.write -import labels - spacing = "\t" lousy_dragon_shrine_hack = [0x18d079, 0x18d0a9, 0x18d061, 0x18d091] @@ -65,6 +63,7 @@ import re from interval_map import IntervalMap +import labels import pksv # ---- script_parse_table explanation ---- |