Anonymous

Changes

From Final Fantasy Inside

FF8/Menu mngrp complex strings

126 bytes added, 07:11, 23 April 2019
figured out how to read the map hex editor let me display all the numeric values and it was clear.
Still working on these strings==Seek Map==Before the string sections, there is a section with a map of seek data. The spacing between entries doesn't seem consistent. Maybe should do a ===Header==={| class="wikitable"|-! Type! Size! Value! Description|-| UInt32| 4 instead | Count| Number of a seek locations.|-|}===Seek Struct==={| class="wikitable"|-! Type! Size! Value! Description|-6 or even a | UInt16| 2| Seek_Location| From beginning of section to start of String Entry|-| UInt16| 2. Once I figure it out I'll update this.| Section_Number| 0-5|}
==String Entry==
{| class="wikitable"
|-
! DataType
! Size
! Value
| [[FF8/String_Encoding|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
|}
Anonymous user