summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2020-09-13Use fullwidth characters for Japanese stringsRangi
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-13Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-12Dump strings, write tooling around themmid-kid
2020-09-12Port const macros from pokecrystal, and add const_dw for jumptablesRangi
2020-09-12Define ld16 macroRangi
2020-09-12Small fixupsmid-kid
2020-09-12Disassemble the start of bank 0Rangi
2020-09-11Convert tabs to spaces...mid-kid
2020-09-11Document text_char_printmid-kid
2020-09-11Add charmapmid-kid
2020-09-11Add farcall macromid-kid
2020-09-11Document character valuesmid-kid