Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | Use fullwidth characters for Japanese strings | Rangi | |
2020-09-13 | Use 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-13 | Merge branch 'master' of github.com:mid-kid/pokepicross | mid-kid | |
2020-09-12 | Dump strings, write tooling around them | mid-kid | |
2020-09-12 | Port const macros from pokecrystal, and add const_dw for jumptables | Rangi | |
2020-09-12 | Define ld16 macro | Rangi | |
2020-09-12 | Small fixups | mid-kid | |
2020-09-12 | Disassemble the start of bank 0 | Rangi | |
2020-09-11 | Convert tabs to spaces... | mid-kid | |
2020-09-11 | Document text_char_print | mid-kid | |
2020-09-11 | Add charmap | mid-kid | |
2020-09-11 | Add farcall macro | mid-kid | |
2020-09-11 | Document character values | mid-kid | |