pokered/tools
Rangi ca2e63e447 Add the pic.py (de)compressor from pokemon-reverse-engineering-tools
$ 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
2020-09-02 12:09:18 -04:00
..
pokemontools Remove the 'extras' submodule and include a local gfx.py tool instead 2018-12-31 17:37:58 -05:00
.gitignore Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
common.h Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
gfx.c Update tools/gfx to support --preserve 2020-06-28 20:00:58 -04:00
gfx.py Make tools/gfx.py executable 2018-12-31 18:56:07 -05:00
Makefile Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
pic.py Add the pic.py (de)compressor from pokemon-reverse-engineering-tools 2020-09-02 12:09:18 -04:00
pkmncompress.c Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
scan_includes.c Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
unnamed.py tools/unnamed.py supports rgbds 0.4.1 object files 2020-07-22 09:17:27 -04:00