aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/games.cpp
diff options
context:
space:
mode:
authorathrxx2011-08-14 18:29:45 +0200
committerJohannes Schickel2011-12-26 16:18:14 +0100
commit0d54aff6324b1f6c739df89ab072328cc5402873 (patch)
treeec5b68728d65450e044a0eeabb961d83a1841f5a /devtools/create_kyradat/games.cpp
parent359f3efd03704965d258c90381412a5ef2cf9239 (diff)
downloadscummvm-rg350-0d54aff6324b1f6c739df89ab072328cc5402873.tar.gz
scummvm-rg350-0d54aff6324b1f6c739df89ab072328cc5402873.tar.bz2
scummvm-rg350-0d54aff6324b1f6c739df89ab072328cc5402873.zip
KYRA: (EOB) - add EOB 1 intro
(also add and fix several other things, like cone of cold vortex, drawShape issues, etc.)
Diffstat (limited to 'devtools/create_kyradat/games.cpp')
-rw-r--r--devtools/create_kyradat/games.cpp37
1 files changed, 35 insertions, 2 deletions
diff --git a/devtools/create_kyradat/games.cpp b/devtools/create_kyradat/games.cpp
index 31f6dd6300..9ecbf0144c 100644
--- a/devtools/create_kyradat/games.cpp
+++ b/devtools/create_kyradat/games.cpp
@@ -97,8 +97,8 @@ const Game kyra3Games[] = {
};
const Game eob1Games[] = {
- { kEob1, { EN_ANY, -1, -1 }, kPlatformPC, kNoSpecial, { "1bde1dd37b40ab6de8ad11be33a44c5a", 0 } },
- { kEob1, { DE_DEU, -1, -1 }, kPlatformPC, kNoSpecial, { "0fa3c6e00a81171b9f2adb3fdeb8eea3", 0 } },
+ { kEob1, { EN_ANY, -1, -1 }, kPlatformPC, kNoSpecial, { "1bde1dd37b40ab6de8ad11be33a44c5a", "d760a605d1a1302d06975a1f209fdd72" } },
+ { kEob1, { DE_DEU, -1, -1 }, kPlatformPC, kNoSpecial, { "0fa3c6e00a81171b9f2adb3fdeb8eea3", "756f300c62aabf1dbd3c26b3b04f8c00" } },
GAME_DUMMY_ENTRY
};
@@ -1055,6 +1055,29 @@ const int eob1FloppyNeed[] = {
kEobBaseConstModExt,
kEob1MainMenuStrings,
+ kEob1BonusStrings,
+
+ kEob1IntroFilesOpening,
+ kEob1IntroFilesTower,
+ kEob1IntroFilesOrb,
+ kEob1IntroFilesWdEntry,
+ kEob1IntroFilesKing,
+ kEob1IntroFilesHands,
+ kEob1IntroFilesWdExit,
+ kEob1IntroFilesTunnel,
+ kEob1IntroOpeningFrmDelay,
+ kEob1IntroWdEncodeX,
+ kEob1IntroWdEncodeY,
+ kEob1IntroWdEncodeWH,
+ kEob1IntroWdDsX,
+ kEob1IntroWdDsY,
+ kEob1IntroTvlX1,
+ kEob1IntroTvlY1,
+ kEob1IntroTvlX2,
+ kEob1IntroTvlY2,
+ kEob1IntroTvlW,
+ kEob1IntroTvlH,
+
kEob1DoorShapeDefs,
kEob1DoorSwitchShapeDefs,
kEob1DoorSwitchCoords,
@@ -1190,6 +1213,11 @@ const int eob1FloppyNeed[] = {
kEobBaseMagicFlightProps,
kEobBaseTurnUndeadEffect,
kEobBaseBurningHandsDest,
+ kEobBaseConeOfColdDest1,
+ kEobBaseConeOfColdDest2,
+ kEobBaseConeOfColdDest3,
+ kEobBaseConeOfColdDest4,
+ kEobBaseConeOfColdGfxTbl,
kLolEobCommonDscDoorShapeIndex,
kEobBaseWllFlagPreset,
@@ -1411,6 +1439,11 @@ const int eob2FloppyNeed[] = {
kEobBaseMagicFlightProps,
kEobBaseTurnUndeadEffect,
kEobBaseBurningHandsDest,
+ kEobBaseConeOfColdDest1,
+ kEobBaseConeOfColdDest2,
+ kEobBaseConeOfColdDest3,
+ kEobBaseConeOfColdDest4,
+ kEobBaseConeOfColdGfxTbl,
kLolEobCommonDscDoorShapeIndex,
kEobBaseWllFlagPreset,