aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pic.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-26Implement .pic to .2bpp decompression (#470)Sylvie1-491/+0
2022-09-18Update and add more tool scriptsRangi1-0/+0
2020-11-04Sync with pokereddannye1-0/+491
2020-09-02Add the pic.py (de)compressor from pokemon-reverse-engineering-toolsRangi1-0/+491
$ tools/pic.py decompress x.pic # creates x.2bpp $ tools/gfx.py png x.2bpp # creates x.png $ tools/gfx.py 2bpp x.png # creates x.2bpp $ tools/pic.py compress x.2bpp # creates x.pic