SAGA/Datafiles/String List

From ScummVM :: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.