summaryrefslogtreecommitdiff
path: root/tools/xor_compress.py
AgeCommit message (Expand)Author
2020-09-21xor_compress: use argv[0] as the program name if it existsRangi
2020-09-17Fix xor_compress algorithm bug for single-byte inputRangi
2020-09-17Slight refactor to all xor_compressRangi
2020-09-16tools/xor_compress revisions:Rangi
2020-09-15Implement xor_compress in CRangi
2020-09-14xor_compress.py takes multiple input filenames (avoids having to cat tilemap+...Rangi
2020-09-14xor_compress.py and dump_decompress.py share variable namesRangi
2020-09-14Start an xor compressor scriptRangi