>>35903907>>35906650If you cloned the repo with the --recursive argument, you'll have some files in extras/pokemontools, one of which is
gfx.py.
You can use
gfx.py to decompress the .lz files, and then convert the 2bpp files to png files.
For example, this is how you'd get a png of the Beauty sprite:
$ python ../../extras/pokemontools/
gfx.py unlz beauty.2bpp.lz
$ python ../../extras/pokemontools/
gfx.py png beauty.2bpp
The image's .pal file is applied if present, and the result is pic related.
I do not know how to rearrange the tiles, but at least the image is now a png.