mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-26 09:20:32 -05:00
change RomStr usage in gfx.py to use RomStr.load
This commit is contained in:
parent
8ebf9b05b5
commit
0dac29a91d
|
|
@ -13,7 +13,7 @@ import trainers
|
||||||
import romstr
|
import romstr
|
||||||
|
|
||||||
if __name__ != "__main__":
|
if __name__ != "__main__":
|
||||||
rom = romstr.RomStr(filename=config.rom_path)
|
rom = romstr.RomStr.load(filename=config.rom_path)
|
||||||
|
|
||||||
def hex_dump(input, debug=True):
|
def hex_dump(input, debug=True):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user