summaryrefslogtreecommitdiff
path: root/tools/unnamed.py
AgeCommit message (Collapse)Author
2022-03-14Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3Rangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-20Use rgbds 0.5.0Rangi
2020-12-09Require rgbds 0.4.2Rangi
This allows [\1] to work when \1 is hl, bc, or de The object file format has changed along with the version number
2020-10-04tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵Rangi
filenames
2020-07-22tools/unnamed.py supports rgbds 0.4.1 object filesRangi
2020-07-07Get all unnamed symbols with make DEBUG=1Rangi
2020-07-03Fix tools/unnamed.pyRangi
2020-06-15Mention pokegold in tools/unnamed.py outputRangi
2020-06-15Fix tools/unnamed.py for pokegoldRangi
2020-06-14Sync tools with pokecrystal (fixes warnings when building lzcomp)Rangi
palette.c and png_dimensions.c will be synced when they are used.
2020-04-06Add unnamed.py and update for rgbds v0.4.x before continuing.entrpntr