LZ + RLE Compression found in games developed by Ancient
- [SMD] Beyond Oasis
- [SMD] Streets of Rage 2
Decompress:
python main.py D "Beyond Oasis (U) [!].gen" font.bin 0x16943c
Compress:
python main.py C "Beyond Oasis (U) [!].gen" font.bin 0x16943c
Tool for decompress and recompress graphics from games developed by Ancient for Sega Genesis / Sega Mega Drive using LZ+RLE algorithm.
PythonMIT