FF8/Menu mngrp strings locations

From Final Fantasy Inside
< FF8
Revision as of 01:12, 15 July 2019 by BukTop (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Many strings.

Header String Offsets

Type Size Value Description
UInt16 2 Offset_Count Number of offsets before strings start
UInt16[Offset_Count] 2 * Offset_count Offsets The offset value points to start of a string

Can be 0x00 ignore those

String

Strings end with 0x00. Strings are encoded.
[Start of string location] = [Start of file] + [String offset value]