summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-11-27Update hardware.incHEADmasterRangi
2021-05-02Use rgbds 0.5.0 featuresRangi
2021-01-06Use 'ld16' in 'farcall' and 'farjp'Rangi
2020-09-22Split up macros.incRangi
2020-09-22Use const macros for level and puzzle constantsRangi
2020-09-22Add constants for levels and puzzlesIIMarckus
2020-09-15Use _BIT suffix for introduced hardware constants (F is in the mask names) ↵Rangi
and add some more
2020-09-15Use macros push_bank_rom and pop_bank_romRangi
2020-09-15rgbds has moved from rednex to gbdevRangi
2020-09-14Start extracting color palettesRangi
2020-09-14Disassemble some more lcd code and metadataRangi
2020-09-13Disassemble function_01_6306 and reformat some codeRangi
- 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-13Explain the text macroRangi
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