summaryrefslogtreecommitdiff
path: root/gfx.py
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
commitf0e7a120a560ccdd84c5d230ebcae580962c9417 (patch)
tree879402393f8dd2da331488fb3450340bcd03f44b /gfx.py
parent7774a995fbb8d41335fcc06fe1dd6f338e577cf1 (diff)
make careless use of gfx.py less fatal
original-commit-id: 9fbe7ea42390e7a0d6a1288f076d7951ce66b5eb
Diffstat (limited to 'gfx.py')
-rw-r--r--gfx.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/gfx.py b/gfx.py
index 11e6860..70c657c 100644
--- a/gfx.py
+++ b/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/!'