Files
pokemon-reverse-engineering…/pokemontools
yenatch ac2df6b844 gfx: Decompress graphics that can be converted to png.
Before, converting a .2bpp.lz file required calling decompress and convert_to_png
on the compressed and decompressed files respectively.

gfx.py unlz {}.lz
gfx.py png {}

Putting a .lz file into convert_to_png would raise an exception.

Instead, passing compressed graphics into convert_to_png will decompress them first.
This skips the (now optional) manual decompress step.
2014-04-15 00:17:25 -04:00
..
2013-11-29 23:56:35 -06:00
2013-11-11 12:39:50 -06:00
2013-08-27 10:43:27 -05:00
2013-08-03 16:10:52 -05:00
2013-11-08 22:49:47 -05:00
2013-09-01 01:59:52 -05:00
2013-11-17 18:34:57 -06:00
2013-08-03 16:10:52 -05:00
2013-09-01 16:31:55 -05:00
2013-08-03 16:10:52 -05:00
2013-08-03 16:10:52 -05:00
2013-08-03 16:10:52 -05:00
2013-08-03 16:10:52 -05:00
2013-08-03 16:10:52 -05:00
2013-08-03 16:10:52 -05:00
2013-11-01 10:25:40 -04:00
2013-11-01 10:25:40 -04:00
2013-08-03 16:10:52 -05:00
2014-02-05 22:41:37 -05:00
2013-10-31 01:38:30 -04:00
2013-12-06 19:39:34 -05:00
2013-08-03 16:10:52 -05:00