issues
search
pret
/
poketcg
Disassembly of Pokémon TCG
262
stars
91
forks
source link
Add compression tool
#139
Closed
ElectroDeoxys
closed
1 year ago
ElectroDeoxys
commented
1 year ago
Changes:
Renamed and repurposed the compressed data extractor python tool to a general decompression tool;
Decompressed all data;
Created new compressor tool to produce a compressed file from any input file;
Added this tool to Makefile to produce an
.lz file from all
.bin files that are to be compressed;
For non-matching output, introduced a *.lz.match file to use instead of generating one from the current compression algorithm;
Made this optional in case matching is not required, by not passing -m option to the compress tool.
ElectroDeoxys
commented
1 year ago
Solves #109
Changes: