summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-02Make the repository build all four ROMsPikalaxALT
2018-06-02tools: rework dump_text and read_charmap to dump control codesTauwasser
read_charmap was redone using a regular expression as comments and computations would lead to unexpected results. dump_names used read_charmap.get_project_dir, so copy it over to not break stuff. dump_text now uses a different but similar syntax and has its old dumb mode as well as control code mode and will by default now respect text end condes unless --endless option is specified Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-01Parse charmap.asm for dump_text.py and dump_names.pyRangi
2018-06-01Use fullwidth digitsRangi
2018-06-01Declare landmark names (pointer table structure unknown)Rangi
2018-05-31Alternate bank colors green and red in coverage.pngRangi
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