FF8/Menu mngrp complex strings
Jump to navigation
Jump to search
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 |