index
:
pokepicross
master
Pokémon Picross
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-27
Update hardware.inc
HEAD
master
Rangi
2021-05-02
Use rgbds 0.5.0 features
Rangi
2021-01-06
Use 'ld16' in 'farcall' and 'farjp'
Rangi
2020-10-10
Note: Hold Up+Left+Select on boot to clear all save data.
Rangi
2020-10-08
Extract some more graphic data
Rangi
2020-09-22
Split up macros.inc
Rangi
2020-09-22
Use const macros for level and puzzle constants
Rangi
2020-09-22
Add functions calculating puzzle id from coordinates on map
IIMarckus
2020-09-22
Add constants for levels and puzzles
IIMarckus
2020-09-22
Rename levels to puzzles
IIMarckus
2020-09-22
Fix typo ("compession")
IIMarckus
2020-09-22
Fix typo: it's silph, not sylph
IIMarckus
2020-09-21
xor_compress: use argv[0] as the program name if it exists
Rangi
2020-09-20
'make clean' removes build/shim.asm
Rangi
2020-09-19
Fix SGB border graphics
Rangi
2020-09-19
Extract SGB border tilemap/attrmap
Rangi
2020-09-19
Disassemble more of bank 0
Rangi
2020-09-19
Use superfamiconv for 4bpp graphics
Rangi
2020-09-19
Document pics from the auto-playing demos on the title screen
Rangi
2020-09-19
Extract an unknown tilemap+attrmap right after the SGB graphics
Rangi
2020-09-19
Extract SGB border graphics
Rangi
2020-09-19
Separate two unknown graphics in bank 6C
Rangi
2020-09-19
Decompress SGB Save graphics, including Joy/Jenny sprites
Rangi
2020-09-18
Disassemble more of bank 0
Rangi
2020-09-18
xor_compress refactoring
Rangi
2020-09-17
Fix xor_compress algorithm bug for single-byte input
Rangi
2020-09-17
function_00_1120 -> busy_wait; waits ~bc/60 seconds
Rangi
2020-09-17
`stop N` assembles to `db $10, N`
Rangi
2020-09-17
No measurable performance difference between read and read_to_end
Rangi
2020-09-17
Fix a warning from the Rust clippy linter
Rangi
2020-09-17
Slight refactor to all xor_compress
Rangi
2020-09-16
tools/xor_compress revisions:
Rangi
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
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 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
[next]