aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require rgbds 0.5.1Rangi2021-05-091-3/+3
| | | | This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
* Prevent some gcc versions from complaining about {0} in tools/scan_includes.cRangi2021-04-171-1/+1
|
* Fix tools/unnamed.pyRangi2021-04-171-2/+2
|
* Actually use rgbds 0.5.0Rangi2021-04-171-1/+1
|
* Require rgbds 0.4.2Rangi2020-12-091-3/+24
|
* 'make tools' uses -pedanticRangi2020-11-061-1/+1
|
* tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵Rangi2020-10-041-4/+7
| | | | filenames
* Add the pic.py (de)compressor from pokemon-reverse-engineering-toolsRangi2020-09-021-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
* tools/unnamed.py supports rgbds 0.4.1 object filesRangi2020-07-221-1/+1
|
* Get all unnamed symbols with make DEBUG=1Rangi2020-07-071-1/+1
|
* Add Travis webhook for tools/unnamed.pyRangi2020-06-281-0/+106
|
* Update tools/gfx to support --preserveRangi2020-06-281-11/+60
|
* Make tools/gfx.py executableRangi2018-12-311-0/+3
|
* Remove the 'extras' submodule and include a local gfx.py tool insteadRangi2018-12-315-0/+4433
|
* Use rgbgfx and c tools instead of the submodule.yenatch2018-03-106-0/+941