You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
make careless use of gfx.py less fatal
This commit is contained in:
@@ -1343,7 +1343,7 @@ if __name__ == "__main__":
|
|||||||
# python gfx.py pal [address] [length]
|
# python gfx.py pal [address] [length]
|
||||||
print grab_palettes(int(args.arg1,16), int(args.arg2))
|
print grab_palettes(int(args.arg1,16), int(args.arg2))
|
||||||
|
|
||||||
else:
|
#else:
|
||||||
# python gfx.py
|
## python gfx.py
|
||||||
decompress_all()
|
#decompress_all()
|
||||||
if debug: print 'decompressed known gfx to ../gfx/!'
|
#if debug: print 'decompressed known gfx to ../gfx/!'
|
||||||
|
Reference in New Issue
Block a user