dsdecmp/CSharp/DSDecmp/Formats
2011-05-14 12:24:44 +00:00
..
Nitro C#: Tested the LZ-10 compression algorithm, and adjusted it to work the same as the original implementation. Decompress->Compress of an original file should thus result in the same original file. 2011-05-14 12:24:44 +00:00
CompressionFormat.cs C#: added built-in check for arm9.bin in LZ-Overlay decompression, as it has some extra bytes that should be ignored when decompressing. Only the file-based methods can handle that of course. Perhaps the extra bytes should also be copied to the output file however, which is currently not the case. 2011-04-21 14:16:59 +00:00
LZOvl.cs C#: added built-in check for arm9.bin in LZ-Overlay decompression, as it has some extra bytes that should be ignored when decompressing. Only the file-based methods can handle that of course. Perhaps the extra bytes should also be copied to the output file however, which is currently not the case. 2011-04-21 14:16:59 +00:00