summaryrefslogtreecommitdiff
path: root/tools/disasm_coverage.py
AgeCommit message (Collapse)Author
2020-08-09Fix coverage utility scriptRangi
2020-08-09tools/ contains what's needed to build the ROMs; utils/ contains disassembly ↵Rangi
utilites
2018-06-17tools/disasm_coverage.py: fix off-by-one error smarter to fix edge case in ↵Tauwasser
RB 0x00 Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2018-06-17tools/disasm_coverage: fix off-by-one error and skip zero-sized sectionsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-17tools/disasm_coverage.py: remove useless logging optionTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-17tools/disasm_coverage: add mode that reads the baserom and marks fillers at ↵Tauwasser
ends of banks as included in coverage Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-03Make coverage script work on Python 2 againISSOtm
I tested using both my Python 2 and Python 3, it worked for both. Worked for me previously because Py3 is my default, not 2 :p
2018-06-03Enforce reading map file as utf-8ISSOtm
Avoids systems using `ascii` as default to choke on stuff like `Pokémon`
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>