mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
Forgot to move a related import in 050b05e5.
This commit is contained in:
parent
050b05e5ce
commit
2ae1ae2f19
|
|
@ -1,5 +1,3 @@
|
|||
import operator
|
||||
|
||||
from gfx import *
|
||||
from pokemon_constants import pokemon_constants
|
||||
import trainers
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ import sys
|
|||
import png
|
||||
from math import sqrt, floor, ceil
|
||||
import argparse
|
||||
import operator
|
||||
|
||||
import configuration
|
||||
config = configuration.Config()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user