dsdecmp/CSharp/DSDecmp
barubary 0e13ad064e Added a new compression format in the C# source: type 0x40 LZ77/LZSS. It differs not very much from type 0x11 in compression size, but has an odd way of storing which blocks are compressed.
A Java-version of the scheme may come at a later time.

I _think_ this is a built-in compression, but it could also be a format Camelot made and used only for the latest Golden Sun installment.

Oh, I've also added the MIT licence to the C# source code file.
2010-10-28 23:24:56 +00:00
..
Properties added source code for both C# and Java. 2009-06-07 13:40:49 +00:00
DSDecmp.csproj Upgraded sln to VS2008. 2010-09-21 10:05:10 +00:00
Program.cs Added a new compression format in the C# source: type 0x40 LZ77/LZSS. It differs not very much from type 0x11 in compression size, but has an odd way of storing which blocks are compressed. 2010-10-28 23:24:56 +00:00