summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2022-03-26Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth
2022-03-17Refactor pkmncompress.c to use common.hRangi
2022-03-15Use noreturn for usage_exitRangi
2022-03-15Use -flto for all toolsRangi
2022-03-14Rewrite tools/pcm.c to use common.hRangi
Fixes #78
2022-03-08Slightly refactor some C toolsRangi
2021-05-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-05-09Require rgbds 0.5.1Rangi
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-17Merge branch 'master' of https://github.com/pret/pokereddannye
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-15Merge branch 'master' of https://github.com/pret/pokereddannye
2020-12-09Require rgbds 0.4.2Rangi
2020-11-06Ignore tools/pcmdannye
2020-11-06'make tools' uses -pedanticRangi
2020-11-06'make tools' uses -pedanticRangi
2020-11-06pcm.c requires 22050 Hz inputRangi
2020-11-06Replace pcm.py with pcm.c, removing the dependency on PythonRangi
2020-11-04Sync with pokereddannye
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
2019-06-10Update toolsCeleste Brault
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