summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-17 13:24:02 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-17 13:24:02 -0600
commitf80e3a864a0ffae468c1e0e9401ac2aef9587d9f (patch)
tree0720f82dadbc1e01c4fa16e59f2dddc1325ae584
parent59fd9978d90c91fedecd23cc175d1e6eb40026da (diff)
be sure to import romstr into gfx.py
-rw-r--r--pokemontools/gfx.py1
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)