SCAN (Metroid Prime 2): Difference between revisions
Jump to navigation
Jump to search
m
grammar correction and minor improvements in readability
imported>Antidote No edit summary |
>Sdmr m (grammar correction and minor improvements in readability) |
||
Line 1: | Line 1: | ||
The '''.SCAN file format''' describes SCAN POI data | The '''.SCAN file format''' describes SCAN POI data and has references to several resources. This variation of the format is completely different than its [[SCAN (Metroid Prime)|Metroid Prime]] counterpart. | ||
{{researchmajor|reason=Crack SNFO}} | {{researchmajor|reason=Crack SNFO}} | ||
Line 6: | Line 6: | ||
=Header= | =Header= | ||
The header is rather simple | The header is rather simple and consists of the following: | ||
{|class="wikitable" | {|class="wikitable" | ||
!Offset | !Offset | ||
Line 30: | Line 30: | ||
=SNFO Chunk= | =SNFO Chunk= | ||
The SNFO header is simply a FourCC and the total length in bytes | 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= |