diff options
-rw-r--r-- | pokemontools/gfx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/gfx.py b/pokemontools/gfx.py index 1113b1a..d830259 100644 --- a/pokemontools/gfx.py +++ b/pokemontools/gfx.py @@ -10,6 +10,7 @@ config = configuration.Config() import pokemon_constants import trainers +import romstr if __name__ != "__main__": rom = romstr.RomStr(filename=config.rom_path) |