aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/games.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2009-11-28 23:34:12 +0000
committerFlorian Kagerer2009-11-28 23:34:12 +0000
commitc7371320d61bcd48682167dc0ba42fc6f06de173 (patch)
tree14341a81030b5abad06ec3a8bd85ee70325c1fd2 /tools/create_kyradat/games.cpp
parent0e5de0c36d8d17eae7a09cb411401e0357e69304 (diff)
downloadscummvm-rg350-c7371320d61bcd48682167dc0ba42fc6f06de173.tar.gz
scummvm-rg350-c7371320d61bcd48682167dc0ba42fc6f06de173.tar.bz2
scummvm-rg350-c7371320d61bcd48682167dc0ba42fc6f06de173.zip
KYRA: added HOF PC-98 static data to kyra.dat
svn-id: r46180
Diffstat (limited to 'tools/create_kyradat/games.cpp')
-rw-r--r--tools/create_kyradat/games.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/create_kyradat/games.cpp b/tools/create_kyradat/games.cpp
index 44de387409..cdd154ebf6 100644
--- a/tools/create_kyradat/games.cpp
+++ b/tools/create_kyradat/games.cpp
@@ -76,6 +76,9 @@ const Game kyra2Games[] = {
// FM-TOWNS games
{ kKyra2, { EN_ANY, JA_JPN, -1 }, kPlatformFMTowns, kNoSpecial, { "74f50d79c919cc8e7196c24942ce43d7", "a9a7fd4f05d00090e9e8bda073e6d431" } },
+ // PC-98
+ { kKyra2, { EN_ANY, JA_JPN, -1 }, kPlatformPC98, kNoSpecial, { "9bbf9a69be956db072b485929b416082", "f55fda3e60c4956ce6e72b24d2ae1a07" } },
+
GAME_DUMMY_ENTRY
};
@@ -627,6 +630,23 @@ const int kyra2TownsNeed[] = {
-1
};
+const int kyra2PC98Need[] = {
+ k2SeqplayPakFiles,
+ k2SeqplayStrings,
+ k2SeqplaySfxFiles,
+ k2SeqplaySeqData,
+ //k2SeqplayIntroCDA,
+ //k2SeqplayFinaleCDA,
+ k2IngamePakFiles,
+ k2IngameSfxFiles,
+ k2IngameSfxIndex,
+ //k2IngameCDA,
+ k2IngameTalkObjIndex,
+ k2IngameTimJpStrings,
+ k2IngameShapeAnimData,
+ -1
+};
+
const int kyra2DemoNeed[] = {
k2SeqplayPakFiles,
k2SeqplaySeqData,
@@ -935,6 +955,8 @@ const GameNeed gameNeedTable[] = {
{ kKyra2, kPlatformFMTowns, kNoSpecial, kyra2TownsNeed },
+ { kKyra2, kPlatformPC98, kNoSpecial, kyra2PC98Need },
+
{ kKyra2, kPlatformPC, kDemoVersion, kyra2DemoNeed },
{ kLol, kPlatformPC, kDemoVersion, lolDemoNeed },