SAGA/Datafiles/Dialogue List

From ScummVM :: Wiki
Jump to navigation Jump to search

Dialogue List Resource Format

A Dialogue 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.
The number of entries is therefore the first string_offset / 2.