summaryrefslogtreecommitdiff
path: root/gfx.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-06-13 17:18:50 -0400
committeryenatch <yenatch@gmail.com>2013-06-13 17:26:50 -0400
commit9d4e21cabe1c1e18a7ded4dc3ce6061bfdf96c2f (patch)
tree333982be4b1bf72c99dd3895a5fdbf8d6c8d1daf /gfx.py
parenta6477032f3fd2f460958cf5aeeee33623122b234 (diff)
gfx: return mass-decompress command
still reqd by make pngs original-commit-id: bbed370d84e1721fc78c008bc5122776703f0f41
Diffstat (limited to 'gfx.py')
-rw-r--r--gfx.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx.py b/gfx.py
index 1667bb4..a8e06cc 100644
--- a/gfx.py
+++ b/gfx.py
@@ -1563,6 +1563,9 @@ if __name__ == "__main__":
if argv[1] == 'dump-pngs':
mass_to_colored_png()
+ elif argv[1] == 'mass-decompress':
+ mass_decompress()
+
elif argv[1] == 'front-to-2bpp':
decompress_frontpic(argv[2])