SCAN (Metroid Prime 2): Difference between revisions
Jump to navigation
Jump to search
m
woah massive headers
>Embyr 75 m ({{research}}) |
>Aruki m (woah massive headers) |
||
Line 5: | Line 5: | ||
__TOC__ | __TOC__ | ||
=Header= | == Header == | ||
The header is rather simple and consists of the following: | The header is rather simple and consists of the following: | ||
{|class="wikitable" | {|class="wikitable" | ||
Line 29: | Line 29: | ||
|} | |} | ||
=SNFO Chunk= | == SNFO Chunk == | ||
The SNFO header is simply a FourCC and the total length in bytes. Due to the fact that there is nothing in the header to determine which version of SCAN we're working with, we have to rely on the size of the SNFO chunk. If it's less than 0x0251 bytes, it's Metroid Prime 2. Otherwise it's Metroid Prime 3. | The SNFO header is simply a FourCC and the total length in bytes. Due to the fact that there is nothing in the header to determine which version of SCAN we're working with, we have to rely on the size of the SNFO chunk. If it's less than 0x0251 bytes, it's Metroid Prime 2. Otherwise it's Metroid Prime 3. | ||
Other than that, SNFO is entirely unknown. | Other than that, SNFO is entirely unknown. | ||
=Dependency List= | == Dependency List == | ||
The dependency list follows the same format as [[DGRP (File Format)|DGRP]] | The dependency list follows the same format as [[DGRP (File Format)|DGRP]] | ||
[[Category:File Formats]] | [[Category:File Formats]] | ||
[[Category:Metroid Prime 2: Echoes]] | [[Category:Metroid Prime 2: Echoes]] | ||
[[Category:Metroid Prime 3: Corruption]] | [[Category:Metroid Prime 3: Corruption]] | ||
[[Category:Major research needed]] | [[Category:Major research needed]] |