Header String Offsets
Offset with value 0x0000 must be ignored when reading, but they must stay in place when writting, they cannot be removed.
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. 0x0000 must be ignored. |
String
They are in FF8 String format
[Start of string location] = [Start of section] + [String offset value]
Test seed cases
For test seed cases, the string start with either a 0 or 1 that is the expected result of the test (0 for yes, 1 for no). New values can be added with new cursor locaation id and the first byte can be set to any value instead of just 0 or 1.