be sure to import romstr into gfx.py

This commit is contained in:
Bryan Bishop 2013-11-17 13:24:02 -06:00
parent 59fd9978d9
commit f80e3a864a

View File

@ -10,6 +10,7 @@ config = configuration.Config()
import pokemon_constants
import trainers
import romstr
if __name__ != "__main__":
rom = romstr.RomStr(filename=config.rom_path)