diff options
author | Paul Gilbert | 2016-07-24 19:44:04 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-24 19:44:04 -0400 |
commit | 773bfca60551c519a3bf1989724bafe77390a728 (patch) | |
tree | 7d394a9573c0078d45bdedb8328bd15bb411e49a /devtools | |
parent | 125a38c98a174d7908d6974048948ad2c80ec015 (diff) | |
download | scummvm-rg350-773bfca60551c519a3bf1989724bafe77390a728.tar.gz scummvm-rg350-773bfca60551c519a3bf1989724bafe77390a728.tar.bz2 scummvm-rg350-773bfca60551c519a3bf1989724bafe77390a728.zip |
DEVTOOLS: Add secondary Barbot sentence data to create_titanic
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/create_titanic/create_titanic_dat.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devtools/create_titanic/create_titanic_dat.cpp b/devtools/create_titanic/create_titanic_dat.cpp index ed263d7b77..199a8d1fec 100644 --- a/devtools/create_titanic/create_titanic_dat.cpp +++ b/devtools/create_titanic/create_titanic_dat.cpp @@ -52,7 +52,7 @@ */ #define VERSION_NUMBER 1 -#define HEADER_SIZE 0x680 +#define HEADER_SIZE 0x700 Common::File inputFile, outputFile; Common::PEResources res; @@ -535,7 +535,9 @@ void writeData() { writeStringArray("TEXT/REPLACEMENTS3", 0x21D9C8, 82); writeStringArray("TEXT/PRONOUNS", 0x22F718, 15); + writeSentenceEntries("Sentences/Default", 0x5C0130); writeSentenceEntries("Sentences/Barbot", 0x5ABE60); + writeSentenceEntries("Sentences/Barbot2", 0x5BD4E8); writeSentenceEntries("Sentences/Bellbot", 0x5C2230); writeSentenceEntries("Sentences/Deskbot", 0x5DCD10); writeSentenceEntries("Sentences/Doorbot", 0x5EC110); |