summaryrefslogtreecommitdiff
path: root/gfx
AgeCommit message (Collapse)Author
2020-09-15Makefile variables for tool locationsRangi
2020-09-15Revise xor_compress.c from feedbackRangi
2020-09-15Implement xor_compress in CRangi
2020-09-14Start extracting color palettesRangi
2020-09-14.bin -> .2bppRangi
2020-09-14Remove .xor files and build them with xor_compress.pyRangi
2020-09-15Merge branch 'master' of github.com:mid-kid/pokepicrossmid-kid
2020-09-15scan_includes go brrrrrmid-kid
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-14Extract puzzle demo graphicsRangi
2020-09-14Extract あそびかた "How to Play" graphicsRangi
2020-09-14Decompress Safari Zone Album tilemaps/attrmapsRangi
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-14Decompress the game select screensRangi
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-13Extract more font graphicsRangi
2020-09-13Extract the BGM Pokémon portrait graphicsRangi
2020-09-13Extract more font graphicsRangi
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-12Use standard 2bpp colors, as output by gfx.pyRangi
2020-09-12Extract graphics from bank $6E and $6FRangi
2020-09-12Resize gfx/textbox_border.pngRangi
2020-09-10Document char printing routinemid-kid