summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2020-09-15Use ld16 when possibleRangi
2020-09-15Use _BIT suffix for introduced hardware constants (F is in the mask names) an...Rangi
2020-09-15Fix inaccurate commentsRangi
2020-09-15Use macros push_bank_rom and pop_bank_romRangi
2020-09-15Disasemble more of bank0Rangi
2020-09-15Disassemble more bank0 functionsRangi
2020-09-15Disassemble text_draw_char_dark (like text_draw_char, but uses gfx_text_chars...Rangi
2020-09-14Separate copy and far copy routinesRangi
2020-09-14Start extracting color palettesRangi
2020-09-14.bin -> .2bppRangi
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-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
2020-09-14Decompress the game select screensRangi
2020-09-14Use ld16Rangi
2020-09-14strings -> level_namesmid-kid
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-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
2020-09-13LOW(TX_END) == HIGH(TX_END) == $ff; checks are for if low & high == $ffRangi
2020-09-13Merge branch 'master' of https://github.com/mid-kid/pokepicrossRangi
2020-09-13Extract more font graphicsRangi
2020-09-13Dump bank 9 stringsmid-kid
2020-09-13Document second set of text printing functionsmid-kid
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-12Port const macros from pokecrystal, and add const_dw for jumptablesRangi
2020-09-12Define ld16 macroRangi
2020-09-12Disassemble tutorialmid-kid
2020-09-12name some of the rstsmid-kid
2020-09-12Small fixupsmid-kid
2020-09-12Extract graphics from bank $6E and $6FRangi
2020-09-12Disassemble the start of bank 0Rangi
2020-09-11Convert tabs to spaces...mid-kid