summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-01-13 00:40:13 -0500
committeryenatch <yenatch@gmail.com>2013-01-13 00:40:13 -0500
commit9fbe7ea42390e7a0d6a1288f076d7951ce66b5eb (patch)
treeb2b713e1e2e67ff95debf0409d7a3bb89e3fbf93
parent2f136d26fdc9b743a5a741c3c4ad4bdb3c79c50e (diff)
make careless use of gfx.py less fatal
-rw-r--r--extras/gfx.py8
1 files 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/!'