summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-09-13Start decompressing data (to do: implement a compressor)Rangi
2020-09-13Use fullwidth characters for Japanese stringsRangi
2020-09-13oopsmid-kid
2020-09-13Fix tools/dump_string.py after removing charmap.pymid-kid
2020-09-13Use an rgbasm macro instead of a Python preprocessor to output message ↵mid-kid
characters as 16-bit words The main gotcha with this is that you won't be able to use commas without escaping them, until the rgbds lexer gets a proper upgrade. Closes #2
2020-09-13Dump bank 9 stringsmid-kid
2020-09-13Dump remaining strings in bank 2mid-kid
2020-09-13Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-12Dump strings, write tooling around themmid-kid
2020-09-12tools/coverage.py visualizes disassembly progressRangi
2020-09-12tools/makeshim.py validates bank+address valuesRangi
2020-09-12Disassemble tutorialmid-kid
2020-09-09Set up initial structuremid-kid