SCAN (Metroid Prime)
From Retro Modding Wiki
Revision as of 12:55, 26 January 2015 by Antidote (Talk | contribs) (Created page with "The '''.SCAN file format''' describes SCAN POI data, and has references to several, it is a relatively simple format and has a static size. __TOC__ =Header= The header is ra...")
The .SCAN file format describes SCAN POI data, and has references to several, it is a relatively simple format and has a static size.
Contents
Header
The header is rather simple, and consists of the following:
Offset | Size | Description |
---|---|---|
0x0 | 4 | Version |
0x4 | 4 | Magic; 0x0BADBEEF |
0x8 | 4 | FRME ID |
0xC | 4 | STRG ID |
0x10 | 4 | Unknown usually 0 |
0x14 | 4 | Looks like a count, but there are always for entries |
0x18 | 1 | Unknown, might just be padding |