summaryrefslogtreecommitdiff
path: root/data/strings.asm
AgeCommit message (Collapse)Author
2020-09-14strings -> level_namesmid-kid
2020-09-13Fix label referenceRangi
2020-09-14fix some namesmid-kid
as suggested by @Rangi42
2020-09-14Name all level stringsmid-kid
Pending rename of file itself and surrounding functions
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