summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2020-11-13Kanto Mon Names (#79)jd-0
Rename Kanto mons to English
2020-09-23Add utils/mask.pyRangi
This creates a 2bpp file the same size as the ROM. The ROM can be renamed 2bpp and the mask image can be overlaid on the ROM image to show what's disassembled.
2020-09-22Extract player-shrinking picsRangi
2020-09-22Use Japanese charmap charactersRangi
2020-09-22Move most files out of the root directoryRangi
- ram/ froups the ram source files - slack/ is for unused garbage taking up the ROM's free space - gfx.py moved to utils/
2020-09-20Extract move descriptionsRangi
2020-09-15rgbds has moved from rednex to gbdevRangi
2020-09-12Fix off-by-one errors with 'make coverage' and reformat output (horizontal ↵Rangi
banks)
2020-08-09Fix coverage utility scriptRangi
2020-08-09tools/ contains what's needed to build the ROMs; utils/ contains disassembly ↵Rangi
utilites