summaryrefslogtreecommitdiff
path: root/extras/gfx.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-06-13 14:57:26 -0700
committerBryan Bishop <kanzure@gmail.com>2013-06-13 14:57:26 -0700
commitd9779c58523bc5e8ccf14deb62aff7ca0a2b76dd (patch)
treef1bb02ed6564d238072608976d8a0210c917af96 /extras/gfx.py
parent4eebcf0ae2fc411916cdd44b4ca3ffdb1b6cca7b (diff)
parentbbed370d84e1721fc78c008bc5122776703f0f41 (diff)
Merge pull request #146 from yenatch/master
statdown comments + fix make pngs
Diffstat (limited to 'extras/gfx.py')
-rw-r--r--extras/gfx.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/gfx.py b/extras/gfx.py
index 1667bb424..a8e06cce8 100644
--- a/extras/gfx.py
+++ b/extras/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])