mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
make careless use of gfx.py less fatal
This commit is contained in:
parent
2f136d26fd
commit
9fbe7ea423
@ -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