SAGA/Datafiles/String List

From ScummVM :: Wiki
Jump to navigation Jump to search

String List

A String List resource begins with a table of the following:

Type Order Name Description
INT16 LE string_offset Offset of string from start of resource

The number of entries in the table can be determined by taking into account that the first string offset is immediately after the end of the table.

Each string begins on an even offset. Random characters are present as padding.