LZ compressor for Pokémon Crystal
  • C 99.6%
  • Makefile 0.4%
Find a file
aaaaaa123456789 4983f5b1c0 Add Unlicense
2021-08-07 21:04:07 -03:00
src Copy/paste is evil 2020-07-13 01:51:02 -03:00
.gitattributes Add .gitattributes and .gitignore 2020-05-14 12:45:06 -03:00
.gitignore Add .gitattributes and .gitignore 2020-05-14 12:45:06 -03:00
LICENSE Add Unlicense 2021-08-07 21:04:07 -03:00
Makefile Add Makefile and README 2020-05-21 07:11:21 -03:00
README.md Add Makefile and README 2020-05-21 07:11:21 -03:00

lzcomp

LZ compressor for Pokémon Crystal. Implements a series of compression methods and picks the most optimal output combining all of the attempts.

Compile it with make. Run it without arguments to see the help text.