summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth
2022-03-17Refactor pkmncompress.c to use common.hRangi
Fixes #349
2022-03-15Use noreturn for usage_exitRangi
2022-03-15Use -flto for all toolsRangi
2022-03-08Slightly refactor some C toolsRangi
2021-05-09Require rgbds 0.5.1Rangi
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-17Prevent some gcc versions from complaining about {0} in tools/scan_includes.cRangi
2021-04-17Fix tools/unnamed.pyRangi
2021-04-17Actually use rgbds 0.5.0Rangi
2020-12-09Require rgbds 0.4.2Rangi
2020-11-06'make tools' uses -pedanticRangi
2020-10-04tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵Rangi
filenames
2020-09-02Add the pic.py (de)compressor from pokemon-reverse-engineering-toolsRangi
$ 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-07-22tools/unnamed.py supports rgbds 0.4.1 object filesRangi
2020-07-07Get all unnamed symbols with make DEBUG=1Rangi
2020-06-28Add Travis webhook for tools/unnamed.pyRangi
2020-06-28Update tools/gfx to support --preserveRangi
2018-12-31Make tools/gfx.py executableRangi
2018-12-31Remove the 'extras' submodule and include a local gfx.py tool insteadRangi
2018-03-10Use rgbgfx and c tools instead of the submodule.yenatch