summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pokemontools/gfx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/gfx.py b/pokemontools/gfx.py
index d830259..051d927 100644
--- a/pokemontools/gfx.py
+++ b/pokemontools/gfx.py
@@ -13,7 +13,7 @@ import trainers
import romstr
if __name__ != "__main__":
- rom = romstr.RomStr(filename=config.rom_path)
+ rom = romstr.RomStr.load(filename=config.rom_path)
def hex_dump(input, debug=True):
"""