SCAN (Metroid Prime): Difference between revisions
Jump to navigation
Jump to search
m
grammar correction and minor improvements in readability
>Aruki m (→Header) |
>Sdmr m (grammar correction and minor improvements in readability) |
||
Line 1: | Line 1: | ||
The '''.SCAN file format''' describes scannable objects | The '''.SCAN file format''' describes scannable objects and has references to several resources. It is a relatively simple format and has a static size. | ||
{{researchmoderate|reason=Too many unknowns.}} | {{researchmoderate|reason=Too many unknowns.}} | ||
Line 7: | Line 7: | ||
== Format == | == Format == | ||
The SCAN format is very simple; it has a header with data that contains general settings related to the scan, and then four structs defining how the scan images work. Even if a scan doesn't use four images, there | The SCAN format is very simple; it has a header with data that contains general settings related to the scan, and then four structs defining how the scan images work. Even if a scan doesn't use four images, there are always four image structs, which means that the SCAN format has a static size; every SCAN file is 0x89 bytes (or 0xA0 bytes padded). | ||
=== Header === | === Header === | ||
Line 52: | Line 52: | ||
==== Logbook Category ==== | ==== Logbook Category ==== | ||
There | There are five possible values: | ||
{| class="wikitable" | {| class="wikitable" |