summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-14Remove .xor files and build them with xor_compress.pyRangi
2020-09-15tabs to spaces in scan_includes.cmid-kid
2020-09-15Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-15scan_includes go brrrrrmid-kid
2020-09-14Disassemble some more lcd code and metadataRangi
2020-09-14Extract more graphicsRangi
2020-09-14Extract more unused leftover Picross 2 graphicsRangi
2020-09-14Extract unused Picross 2 leftover graphicsRangi
2020-09-14Extract Safari Zone Album picture frame graphics (unused?)Rangi
2020-09-14Decompress and extract more "How to Play" graphicsRangi
2020-09-14xor_compress.py takes multiple input filenames (avoids having to cat ↵Rangi
tilemap+attrmap pairs)
2020-09-14xor_compress.py and dump_decompress.py share variable namesRangi
2020-09-14Start an xor compressor scriptRangi
2020-09-14Extract puzzle demo graphicsRangi
2020-09-14Extract あそびかた "How to Play" graphicsRangi
2020-09-14Decompress Safari Zone Album tilemaps/attrmapsRangi
2020-09-14Specify text and binary filesRangi
2020-09-14Decompress Pokédex tilemaps/attrmapsRangi
2020-09-14Group level graphics with respective tilemaps/attrmapsRangi
2020-09-14Decompress level tilemapsRangi
unknown_6b_7f34 gets decompressed to $A000 (SRAM)
2020-09-14Togepi is a hidden main-game stage like mew?mid-kid
2020-09-14Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-14Fix some level name labelsmid-kid
2020-09-14Decompress the game select screensRangi
2020-09-14Use ld16Rangi
2020-09-14strings -> level_namesmid-kid
2020-09-13Make title_2.png 128px wide like other tilesetsRangi
2020-09-13Decompress the data select screenRangi
2020-09-13Decompress/extract the title screenRangi
2020-09-13Start decompressing data (to do: implement a compressor)Rangi
2020-09-13Fix label referenceRangi
2020-09-14fix some namesmid-kid
as suggested by @Rangi42
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