From 9fbe7ea42390e7a0d6a1288f076d7951ce66b5eb Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 13 Jan 2013 00:40:13 -0500 Subject: [PATCH] make careless use of gfx.py less fatal --- extras/gfx.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/!'