PAK (Metroid Prime 3): Difference between revisions
Jump to navigation
Jump to search
→Compression
>Aruki |
>Aruki |
||
Line 154: | Line 154: | ||
|} | |} | ||
Each compressed block is structured as follows. Note that the first byte of the | Each compressed block is structured as follows. Note that the first byte of the compressed size value appears to actually be a completely different value, so the three bytes following are what makes up the actual size value. | ||
For each block, if the compressed and decompressed sizes match, that indicates the block is uncompressed. | For each block, if the compressed and decompressed sizes match, that indicates the block is uncompressed. | ||
Line 164: | Line 164: | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
| 1 | | 1 | ||
| {{unknown|'''Unknown'''}} | | {{unknown|'''Unknown'''}} | ||
|- | |- | ||
| | | 0x1 | ||
| 3 | | 3 | ||
| '''Compressed size''' | |||
|- | |||
| 0x4 | |||
| 4 | |||
| '''Decompressed size''' | | '''Decompressed size''' | ||
|- | |- |