summaryrefslogtreecommitdiff
path: root/tools/messages.py
AgeCommit message (Collapse)Author
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-12Dump strings, write tooling around themmid-kid