gfx: return mass-decompress command

still reqd by make pngs

original-commit-id: bbed370d84e1721fc78c008bc5122776703f0f41
This commit is contained in:
yenatch
2013-06-13 17:18:50 -04:00
parent a6477032f3
commit 9d4e21cabe

3
gfx.py
View File

@@ -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])