aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/games.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-14 14:17:15 +0000
committerJohannes Schickel2009-10-14 14:17:15 +0000
commit51975b50cb8f95d15b3d9e63b8de4b590eb90016 (patch)
treeba3c92f2789cecd54a690d693032d007ea8755c9 /tools/create_kyradat/games.cpp
parentc93c9cb68dded6d4a47de73c2de74d433b027439 (diff)
downloadscummvm-rg350-51975b50cb8f95d15b3d9e63b8de4b590eb90016.tar.gz
scummvm-rg350-51975b50cb8f95d15b3d9e63b8de4b590eb90016.tar.bz2
scummvm-rg350-51975b50cb8f95d15b3d9e63b8de4b590eb90016.zip
Add LoL PC98 credits entries to kyra.dat.
svn-id: r45082
Diffstat (limited to 'tools/create_kyradat/games.cpp')
-rw-r--r--tools/create_kyradat/games.cpp14
1 files changed, 11 insertions, 3 deletions
diff --git a/tools/create_kyradat/games.cpp b/tools/create_kyradat/games.cpp
index a3413abd55..2788b2870b 100644
--- a/tools/create_kyradat/games.cpp
+++ b/tools/create_kyradat/games.cpp
@@ -105,7 +105,8 @@ const Game lolGames[] = {
{ kLol, DE_DEU, kPlatformPC, -1, "6b843869772c1b779e1386be868c15dd" },
// PC98 (no language specifc strings)
- { kLol, JA_JPN, kPlatformPC98, -1, "6d5bd4a2f5ce433365734ca6b7a8d984" },
+ { kLol, JA_JPN, kPlatformPC98, kFile1, "6d5bd4a2f5ce433365734ca6b7a8d984" },
+ { kLol, JA_JPN, kPlatformPC98, kFile2, "1b0a457c48ae6908da301b656fe0aab4" },
// DOS CD (multi language version, with no language specific strings)
{ kLol, UNK_LANG, kPlatformPC, kTalkieFile1, "9d1778314de80598c0b0d032e2a1a1cf" },
@@ -660,7 +661,7 @@ const int lolFloppyNeed[] = {
-1
};
-const int lolPC98Need[] = {
+const int lolPC98File1Need[] = {
kLolIngamePakFiles,
kLolCharacterDefs,
@@ -739,6 +740,12 @@ const int lolPC98Need[] = {
-1
};
+const int lolPC98File2Need[] = {
+ kLolCredits,
+
+ -1
+};
+
const int lolCDFile1Need[] = {
kLolHistory,
-1
@@ -875,7 +882,8 @@ const GameNeed gameNeedTable[] = {
{ kKyra3, kPlatformPC, -1, kyra3Need },
{ kLol, kPlatformPC, -1, lolFloppyNeed },
- { kLol, kPlatformPC98, -1, lolPC98Need },
+ { kLol, kPlatformPC98, kFile1, lolPC98File1Need },
+ { kLol, kPlatformPC98, kFile2, lolPC98File2Need },
{ kLol, kPlatformPC, kTalkieFile1, lolCDFile1Need },
{ kLol, kPlatformPC, kTalkieFile2, lolCDFile2Need },