Code: Select all
#Four Seasons Cake decompress
comtype LZ77WII
idstring "CMPR"
get SIZE asize
math SIZE -= 4
get NAME filename
clog NAME 4 SIZE SIZEOLD
viewtopic.php?f=16&t=8369
Can't seem to get this working.
Code: Select all
#Four Seasons Cake decompress
comtype lz77wii_raw10
idstring "CMPR"
get TYPE byte
get SIZE long
get ZSIZE asize
math ZSIZE -= 9
get NAME filename
savepos OFFSET
clog NAME OFFSET ZSIZE SIZECompressed and decompressed attached.


