mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-08 18:34:12 -05:00
be sure to import romstr into gfx.py
This commit is contained in:
parent
59fd9978d9
commit
f80e3a864a
|
|
@ -10,6 +10,7 @@ config = configuration.Config()
|
|||
|
||||
import pokemon_constants
|
||||
import trainers
|
||||
import romstr
|
||||
|
||||
if __name__ != "__main__":
|
||||
rom = romstr.RomStr(filename=config.rom_path)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user