summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-06-01tools/disasm_coverage: fix counting error and remove debug print statementTauwasser
Code wrongly assumed if end - beg + 1 < bpp then y_beg == y_end && x_beg == x_end, but that's obviously not always the case. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31Keep pokemon data in data/pokemonRangi
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed
2018-06-01Makefile: add coverage target and necessary python scriptsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31Add gfx.py with necessary poketools subsetRangi
2018-05-31Remove scan_includes.cpfero
2018-05-30Clean up Makefilepfero
This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want.
2018-05-30Dump item and move namesRangi
2018-05-30Add more graphicsdannye
add tools/gfx.c for trimming whitespace from pngs
2018-05-29tools: add pkmncompress from pokered f75049feTauwasser
Add *.pic rule to Makefile to create compressed pictures. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Put back JP chars deleted along with English onesRangi
2018-05-29Add text extractorISSOtm
2018-05-28Spruce up make_shim.pypfero
2018-05-28Enable shim generator to support -w/-t/-d optionsISSOtm
2018-05-27Add shimSanqui
2018-05-27Initial commitSanqui