Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | Start decompressing data (to do: implement a compressor) | Rangi | |
2020-09-13 | Use fullwidth characters for Japanese strings | Rangi | |
2020-09-13 | oops | mid-kid | |
2020-09-13 | Fix tools/dump_string.py after removing charmap.py | mid-kid | |
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 | Dump bank 9 strings | mid-kid | |
2020-09-13 | Dump remaining strings in bank 2 | mid-kid | |
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 | tools/coverage.py visualizes disassembly progress | Rangi | |
2020-09-12 | tools/makeshim.py validates bank+address values | Rangi | |
2020-09-12 | Disassemble tutorial | mid-kid | |
2020-09-09 | Set up initial structure | mid-kid | |