Difference between revisions of "FF8/Menu mngrp complex strings"
< FF8
Jump to navigation
Jump to search
my_wiki>Sebanisu (→String Entry) |
my_wiki>Sebanisu (→String Entry: added link) |
||
| Line 21: | Line 21: | ||
| Byte [Entry_Length-6] | | Byte [Entry_Length-6] | ||
| Entry_Length - 6 | | Entry_Length - 6 | ||
| − | | Encoded_Strings | + | | [[FF8/String_Encoding|Encoded_Strings]] |
| Entry might have more than string, each ends with 0x00 | | Entry might have more than string, each ends with 0x00 | ||
|- | |- | ||
Revision as of 15:32, 22 April 2019
Still working on these strings. The spacing between entries doesn't seem consistent. Maybe should do a -4 instead of a -6 or even a -2. Once I figure it out I'll update this.
String Entry
| Data | Size | Value | Description |
|---|---|---|---|
| Byte[6] | 6 | UNK | Fist one is
0xFFFFFFFFFFFF |
| UInt16 | 2 | Entry_Length | Length of entry from start. |
| Byte [Entry_Length-6] | Entry_Length - 6 | Encoded_Strings | Entry might have more than string, each ends with 0x00 |
| Byte[0-3] | 0-3 | NULL | 0-3 extra null bytes after the last string making it hard to locate the next Entry_Length |