mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 23:27:03 -05:00
make careless use of gfx.py less fatal
original-commit-id: 9fbe7ea42390e7a0d6a1288f076d7951ce66b5eb
This commit is contained in:
parent
7774a995fb
commit
f0e7a120a5
8
gfx.py
8
gfx.py
|
|
@ -1343,7 +1343,7 @@ if __name__ == "__main__":
|
|||
# python gfx.py pal [address] [length]
|
||||
print grab_palettes(int(args.arg1,16), int(args.arg2))
|
||||
|
||||
else:
|
||||
# python gfx.py
|
||||
decompress_all()
|
||||
if debug: print 'decompressed known gfx to ../gfx/!'
|
||||
#else:
|
||||
## python gfx.py
|
||||
#decompress_all()
|
||||
#if debug: print 'decompressed known gfx to ../gfx/!'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user