summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-14Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-14Name all level stringsmid-kid
Pending rename of file itself and surrounding functions
2020-09-13Disassemble the decompression routineRangi
2020-09-13Extract more font graphicsRangi
2020-09-13Extract the BGM Pokémon portrait graphicsRangi
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-13oopsmid-kid
2020-09-13Fix tools/dump_string.py after removing charmap.pymid-kid
2020-09-13LOW(TX_END) == HIGH(TX_END) == $ff; checks are for if low & high == $ffRangi
2020-09-13Remove unused data/strings.txtRangi
2020-09-13Merge branch 'master' of https://github.com/mid-kid/pokepicrossRangi
2020-09-13Extract more font graphicsRangi
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-13Dump bank 9 stringsmid-kid
2020-09-13Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-13Document second set of text printing functionsmid-kid
...this time in home
2020-09-13Allow RGBDS= to override rgbds locationRangi
2020-09-12Document BGM portraitsRangi
2020-09-13Fix previous commit...mid-kid
2020-09-13Use full-width charactersmid-kid
2020-09-13Fix .orgmid-kid
2020-09-13Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-13Dump remaining strings in bank 2mid-kid
2020-09-12Remove duplicate __pycache__Rangi
2020-09-12Avoid value truncation warnignRangi
2020-09-13text_chars_2 -> text_chars_bwmid-kid
2020-09-13Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-12Dump strings, write tooling around themmid-kid
2020-09-12Extract the rest of the level graphics, and add gfx subdirectoriesRangi
2020-09-12Add screenshots to docsRangi
2020-09-12Use standard 2bpp colors, as output by gfx.pyRangi
2020-09-12tools/coverage.py visualizes disassembly progressRangi
2020-09-12Port const macros from pokecrystal, and add const_dw for jumptablesRangi
2020-09-12Define ld16 macroRangi
2020-09-12tools/makeshim.py validates bank+address valuesRangi
2020-09-12Disassemble tutorialmid-kid
2020-09-12name some of the rstsmid-kid
2020-09-12Small fixupsmid-kid
2020-09-12Remove non-existent shim_mgbdis.symmid-kid
oops
2020-09-12Extract graphics from bank $6E and $6FRangi
2020-09-12Resize gfx/textbox_border.pngRangi
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-11mgbdis: Pokemon Picross: Add farcall supportmid-kid
2020-09-11Document character valuesmid-kid