Difference between revisions of "FF8/Menu mngrp complex strings"
< FF8
Jump to navigation
Jump to search
my_wiki>Sebanisu (adding entry for these complex string values.) |
my_wiki>Sebanisu (→String Entry) |
||
Line 11: | Line 11: | ||
| 6 | | 6 | ||
| UNK | | UNK | ||
− | | | + | | Fist one is |
'''0xFFFFFFFFFFFF''' | '''0xFFFFFFFFFFFF''' | ||
|- | |- | ||
Line 24: | Line 24: | ||
| Entry might have more than string, each ends with 0x00 | | 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 | ||
|} | |} |
Revision as of 13:45, 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 |