shithub: pokecrystal

Download patch

ref: bbed370d84e1721fc78c008bc5122776703f0f41
parent: c9ff12cc5d2aed70500361838a01df11f3f2e6df
author: yenatch <[email protected]>
date: Thu Jun 13 13:18:50 EDT 2013

gfx: return mass-decompress command

still reqd by make pngs

--- a/extras/gfx.py
+++ b/extras/gfx.py
@@ -1563,6 +1563,9 @@
 	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])