index
:
pokepicross
master
Pokémon Picross
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-09-16
tools/xor_compress revisions:
Rangi
- C outputs bc run count to stdout - Python supports -v to output bc run count - Add Rust rewrite
2020-09-15
Use ld16 when possible
Rangi
2020-09-15
Use _BIT suffix for introduced hardware constants (F is in the mask names) ↵
Rangi
and add some more
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
xor_compress can output the run count value for bc
Rangi
2020-09-15
Makefile variables for tool locations
Rangi
2020-09-15
Revise xor_compress.c from feedback
Rangi
2020-09-15
rgbds has moved from rednex to gbdev
Rangi
2020-09-15
Simplify some control flow
Rangi
2020-09-15
Refactor xor_compress to separate input file handling from data compression
Rangi
2020-09-15
Close files after read
Rangi
2020-09-15
Implement xor_compress in C
Rangi
2020-09-15
Disassemble more bank0 functions
Rangi
2020-09-15
Disassemble text_draw_char_dark (like text_draw_char, but uses ↵
Rangi
gfx_text_chars_dark)
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
Remove .xor files and build them with xor_compress.py
Rangi
2020-09-15
tabs to spaces in scan_includes.c
mid-kid
2020-09-15
Merge branch 'master' of github.com:mid-kid/pokepicross
mid-kid
2020-09-15
scan_includes go brrrrr
mid-kid
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
xor_compress.py takes multiple input filenames (avoids having to cat ↵
Rangi
tilemap+attrmap pairs)
2020-09-14
xor_compress.py and dump_decompress.py share variable names
Rangi
2020-09-14
Start an xor compressor script
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
Specify text and binary files
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
unknown_6b_7f34 gets decompressed to $A000 (SRAM)
2020-09-14
Togepi is a hidden main-game stage like mew?
mid-kid
2020-09-14
Merge branch 'master' of github.com:mid-kid/pokepicross
mid-kid
2020-09-14
Fix some level name labels
mid-kid
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
Make title_2.png 128px wide like other tilesets
Rangi
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
Fix label reference
Rangi
[next]