summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-27Update hardware.incHEADmasterRangi
2021-05-02Use rgbds 0.5.0 featuresRangi
2021-01-06Use 'ld16' in 'farcall' and 'farjp'Rangi
2020-10-10Note: Hold Up+Left+Select on boot to clear all save data.Rangi
2020-10-08Extract some more graphic dataRangi
2020-09-22Split up macros.incRangi
2020-09-22Use const macros for level and puzzle constantsRangi
2020-09-22Add functions calculating puzzle id from coordinates on mapIIMarckus
2020-09-22Add constants for levels and puzzlesIIMarckus
2020-09-22Rename levels to puzzlesIIMarckus
2020-09-22Fix typo ("compession")IIMarckus
2020-09-22Fix typo: it's silph, not sylphIIMarckus
2020-09-21xor_compress: use argv[0] as the program name if it existsRangi
2020-09-20'make clean' removes build/shim.asmRangi
2020-09-19Fix SGB border graphicsRangi
2020-09-19Extract SGB border tilemap/attrmapRangi
2020-09-19Disassemble more of bank 0Rangi
2020-09-19Use superfamiconv for 4bpp graphicsRangi
2020-09-19Document pics from the auto-playing demos on the title screenRangi
2020-09-19Extract an unknown tilemap+attrmap right after the SGB graphicsRangi
2020-09-19Extract SGB border graphicsRangi
2020-09-19Separate two unknown graphics in bank 6CRangi
2020-09-19Decompress SGB Save graphics, including Joy/Jenny spritesRangi
2020-09-18Disassemble more of bank 0Rangi
2020-09-18xor_compress refactoringRangi
- C: Use consistent error-reporting for read_files and write_compressed - Rust: Combine both into compress_files for a single error eprintln
2020-09-17Fix xor_compress algorithm bug for single-byte inputRangi
Do use read_to_end for Rust in combination with map_err
2020-09-17function_00_1120 -> busy_wait; waits ~bc/60 secondsRangi
2020-09-17`stop N` assembles to `db $10, N`Rangi
2020-09-17No measurable performance difference between read and read_to_endRangi
2020-09-17Fix a warning from the Rust clippy linterRangi
"writing `&String` instead of `&str` involves a new object where a slice will do"
2020-09-17Slight refactor to all xor_compressRangi
2020-09-16tools/xor_compress revisions:Rangi
- C outputs bc run count to stdout - Python supports -v to output bc run count - Add Rust rewrite
2020-09-15Use ld16 when possibleRangi
2020-09-15Use _BIT suffix for introduced hardware constants (F is in the mask names) ↵Rangi
and add some more
2020-09-15Fix inaccurate commentsRangi
2020-09-15Use macros push_bank_rom and pop_bank_romRangi
2020-09-15Disasemble more of bank0Rangi
2020-09-15xor_compress can output the run count value for bcRangi
2020-09-15Makefile variables for tool locationsRangi
2020-09-15Revise xor_compress.c from feedbackRangi
2020-09-15rgbds has moved from rednex to gbdevRangi
2020-09-15Simplify some control flowRangi
2020-09-15Refactor xor_compress to separate input file handling from data compressionRangi
2020-09-15Close files after readRangi
2020-09-15Implement xor_compress in CRangi
2020-09-15Disassemble more bank0 functionsRangi
2020-09-15Disassemble text_draw_char_dark (like text_draw_char, but uses ↵Rangi
gfx_text_chars_dark)
2020-09-14Separate copy and far copy routinesRangi
2020-09-14Start extracting color palettesRangi
2020-09-14.bin -> .2bppRangi