-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue
There are several compression formats used by Lunar Compress.dll that would be handy if ported to MushROMs and made open source. However, a lot of these formats are still undocumented (even by the author). So it would be helpful to create documentation on their formats.
Features
Since I've wanted this code ported for a long time, having them documented is an essential first step. Further, it would be helpful to document all formats before writing the code for it, so we can see what properties all of the formats share.
Resolution
Create a "LZx Compression Format.md" doc for each format in the doc folder.
Task List
- - LZ1
- - LZ2
- - LZ3
- - LZ4
- - LZ5
- - LZ6
- - LZ7
- - LZ8
- - LZ9
- - LZ10
- - LZ11
- - LZ12
- - LZ13
- - LZ14
- - LZ15
- - LZ16
- - LZ17
- - LZ18
- - LZ19
- - RLE1
- - RLE2
- - RLE3
- - RLE4
Reactions are currently unavailable