aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2017-09-17 10:35:16 -0400
committerPaul Gilbert2017-09-17 10:35:16 -0400
commite1a84e2be56f2fe0e3a5a97bf6c9da5510fcf063 (patch)
tree6174cd4a240f76aa6b01339159da8b2734f761ad
parent294503f5169ce72eb897bb21989c944eb0b1b7ac (diff)
downloadscummvm-rg350-e1a84e2be56f2fe0e3a5a97bf6c9da5510fcf063.tar.gz
scummvm-rg350-e1a84e2be56f2fe0e3a5a97bf6c9da5510fcf063.tar.bz2
scummvm-rg350-e1a84e2be56f2fe0e3a5a97bf6c9da5510fcf063.zip
DEVTOOLS: Add other German bot sentence mappings to create_titanic
-rw-r--r--devtools/create_titanic/create_titanic_dat.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/devtools/create_titanic/create_titanic_dat.cpp b/devtools/create_titanic/create_titanic_dat.cpp
index cacc77fa24..88ff97fb20 100644
--- a/devtools/create_titanic/create_titanic_dat.cpp
+++ b/devtools/create_titanic/create_titanic_dat.cpp
@@ -57,7 +57,7 @@
*/
#define VERSION_NUMBER 3
-#define HEADER_SIZE 0x1380
+#define HEADER_SIZE 0x1480
Common::File inputFile, outputFile;
Common::PEResources resEng, resGer;
@@ -1713,7 +1713,15 @@ void writeGermanData() {
writeStringArray("TEXT/REPLACEMENTS3/DE", 0x2413B0 + GERMAN_DIFF, 608);
writeStringArray("TEXT/REPLACEMENTS4/DE", 0x241D38 + GERMAN_DIFF, 195);
writeStringArray("TEXT/PRONOUNS/DE", 0x248610 + GERMAN_DIFF, 15);
+
+ writeSentenceMappings("Mappings/Barbot/DE", 0x1BA388 + GERMAN_DIFF, 8);
+ writeSentenceMappings("Mappings/Bellbot/DE", 0x1E1D20 + GERMAN_DIFF, 1);
+ writeSentenceMappings("Mappings/Deskbot/DE", 0x1F5A18 + GERMAN_DIFF, 4);
writeSentenceMappings("Mappings/Doorbot/DE", 0x214E00 + GERMAN_DIFF, 4);
+ writeSentenceMappings("Mappings/Liftbot/DE", 0x224AE0 + GERMAN_DIFF, 4);
+ writeSentenceMappings("Mappings/MaitreD/DE", 0x232E30 + GERMAN_DIFF, 1);
+ writeSentenceMappings("Mappings/Parrot/DE", 0x235FA8 + GERMAN_DIFF, 1);
+ writeSentenceMappings("Mappings/SuccUBus/DE", 0x2399C8 + GERMAN_DIFF, 1);
const int SENTENCES_BARBOT[2] = { 0x5B00C0, 0x5C5AC8 };
const int SENTENCES_BELLBOT[20] = { 0x5CACF8, 0x5D1670 };