index
:
pokepicross
master
Pokémon Picross
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gfx
Age
Commit message (
Collapse
)
Author
2020-09-15
Makefile variables for tool locations
Rangi
2020-09-15
Revise xor_compress.c from feedback
Rangi
2020-09-15
Implement xor_compress in C
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
Merge branch 'master' of github.com:mid-kid/pokepicross
mid-kid
2020-09-15
scan_includes go brrrrr
mid-kid
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
unknown_6b_7f34 gets decompressed to $A000 (SRAM)
2020-09-14
Decompress the game select screens
Rangi
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
Extract more font graphics
Rangi
2020-09-13
Extract the BGM Pokémon portrait graphics
Rangi
2020-09-13
Extract more font graphics
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
Use standard 2bpp colors, as output by gfx.py
Rangi
2020-09-12
Extract graphics from bank $6E and $6F
Rangi
2020-09-12
Resize gfx/textbox_border.png
Rangi
2020-09-10
Document char printing routine
mid-kid