mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-26 11:29:34 -05:00
change RomStr usage in gfx.py to use RomStr.load
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user