mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
gfx: return mass-decompress command
still reqd by make pngs
This commit is contained in:
parent
c9ff12cc5d
commit
bbed370d84
@ -1563,6 +1563,9 @@ if __name__ == "__main__":
|
|||||||
if argv[1] == 'dump-pngs':
|
if argv[1] == 'dump-pngs':
|
||||||
mass_to_colored_png()
|
mass_to_colored_png()
|
||||||
|
|
||||||
|
elif argv[1] == 'mass-decompress':
|
||||||
|
mass_decompress()
|
||||||
|
|
||||||
elif argv[1] == 'front-to-2bpp':
|
elif argv[1] == 'front-to-2bpp':
|
||||||
decompress_frontpic(argv[2])
|
decompress_frontpic(argv[2])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user