Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | Disassemble function_01_6306 and reformat some code | Rangi | |
- No need for "unidentified" hex values in common idioms like "ld c, a / ld b, 0" or "adc 0" - VWF char coordinates are masked with %11111000 and %00000111 | |||
2020-09-13 | Explain the text macro | Rangi | |
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 | |