diff --git a/extras/gfx.py b/extras/gfx.py index 11e6860f1..70c657c15 100644 --- a/extras/gfx.py +++ b/extras/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/!'