index
:
pokepicross
master
Pokémon Picross
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
Age
Commit message (
Expand
)
Author
2020-09-15
Use ld16 when possible
Rangi
2020-09-15
Use _BIT suffix for introduced hardware constants (F is in the mask names) an...
Rangi
2020-09-15
Fix inaccurate comments
Rangi
2020-09-15
Use macros push_bank_rom and pop_bank_rom
Rangi
2020-09-15
Disasemble more of bank0
Rangi
2020-09-15
Disassemble more bank0 functions
Rangi
2020-09-15
Disassemble text_draw_char_dark (like text_draw_char, but uses gfx_text_chars...
Rangi
2020-09-14
Separate copy and far copy routines
Rangi
2020-09-14
Start extracting color palettes
Rangi
2020-09-14
.bin -> .2bpp
Rangi
2020-09-14
Disassemble some more lcd code and metadata
Rangi
2020-09-14
Extract more graphics
Rangi
2020-09-14
Extract more unused leftover Picross 2 graphics
Rangi
2020-09-14
Extract unused Picross 2 leftover graphics
Rangi
2020-09-14
Extract Safari Zone Album picture frame graphics (unused?)
Rangi
2020-09-14
Decompress and extract more "How to Play" graphics
Rangi
2020-09-14
Extract puzzle demo graphics
Rangi
2020-09-14
Extract あそびかた "How to Play" graphics
Rangi
2020-09-14
Decompress Safari Zone Album tilemaps/attrmaps
Rangi
2020-09-14
Decompress Pokédex tilemaps/attrmaps
Rangi
2020-09-14
Group level graphics with respective tilemaps/attrmaps
Rangi
2020-09-14
Decompress level tilemaps
Rangi
2020-09-14
Decompress the game select screens
Rangi
2020-09-14
Use ld16
Rangi
2020-09-14
strings -> level_names
mid-kid
2020-09-13
Decompress the data select screen
Rangi
2020-09-13
Decompress/extract the title screen
Rangi
2020-09-13
Start decompressing data (to do: implement a compressor)
Rangi
2020-09-13
Disassemble the decompression routine
Rangi
2020-09-13
Extract more font graphics
Rangi
2020-09-13
Extract the BGM Pokémon portrait graphics
Rangi
2020-09-13
Disassemble function_01_6306 and reformat some code
Rangi
2020-09-13
LOW(TX_END) == HIGH(TX_END) == $ff; checks are for if low & high == $ff
Rangi
2020-09-13
Merge branch 'master' of https://github.com/mid-kid/pokepicross
Rangi
2020-09-13
Extract more font graphics
Rangi
2020-09-13
Dump bank 9 strings
mid-kid
2020-09-13
Document second set of text printing functions
mid-kid
2020-09-12
Avoid value truncation warnign
Rangi
2020-09-13
text_chars_2 -> text_chars_bw
mid-kid
2020-09-13
Merge branch 'master' of github.com:mid-kid/pokepicross
mid-kid
2020-09-12
Dump strings, write tooling around them
mid-kid
2020-09-12
Extract the rest of the level graphics, and add gfx subdirectories
Rangi
2020-09-12
Port const macros from pokecrystal, and add const_dw for jumptables
Rangi
2020-09-12
Define ld16 macro
Rangi
2020-09-12
Disassemble tutorial
mid-kid
2020-09-12
name some of the rsts
mid-kid
2020-09-12
Small fixups
mid-kid
2020-09-12
Extract graphics from bank $6E and $6F
Rangi
2020-09-12
Disassemble the start of bank 0
Rangi
2020-09-11
Convert tabs to spaces...
mid-kid
[next]