summaryrefslogtreecommitdiff
path: root/gfx.py
diff options
context:
space:
mode:
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/!'