mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-09 18:57:29 -05:00
move imports together
This commit is contained in:
parent
4bd6505e95
commit
7b8e7ba16a
|
|
@ -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 ----
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user