aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/misc.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-01-18 17:04:24 +0000
committerFlorian Kagerer2009-01-18 17:04:24 +0000
commitff268e8fd5997b60a035147bb9adbf1ead100d49 (patch)
tree4e67c5c5f9d08f692b660f15a66df7b7133ae68e /tools/create_kyradat/misc.h
parentbf08c82054bfab7f3fc613ea63a224d5fd75e45a (diff)
downloadscummvm-rg350-ff268e8fd5997b60a035147bb9adbf1ead100d49.tar.gz
scummvm-rg350-ff268e8fd5997b60a035147bb9adbf1ead100d49.tar.bz2
scummvm-rg350-ff268e8fd5997b60a035147bb9adbf1ead100d49.zip
LOL: Some drawing code and some opcodes so that the first scene will show up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet.
svn-id: r35903
Diffstat (limited to 'tools/create_kyradat/misc.h')
-rw-r--r--tools/create_kyradat/misc.h44
1 files changed, 43 insertions, 1 deletions
diff --git a/tools/create_kyradat/misc.h b/tools/create_kyradat/misc.h
index c519418d37..91ee915319 100644
--- a/tools/create_kyradat/misc.h
+++ b/tools/create_kyradat/misc.h
@@ -481,12 +481,50 @@ const int kyra3Need[] = {
-1
};
+const int lolCDFile2Need[] = {
+ lolCharacterDefs,
+ lolIngameSfxFiles,
+ lolIngameSfxIndex,
+ lolGMSfxIndex,
+ lolMT32SfxIndex,
+ lolSpellProperties,
+ lolGameShapeMap,
+ lolLevelShpList,
+ lolLevelDatList,
+ lolCompassDefs,
+ lolDscUnk1,
+ lolDscShapeIndex1,
+ lolDscShapeIndex2,
+ lolDscScaleWidthData,
+ lolDscScaleHeightData,
+ lolDscX,
+ lolDscY,
+ lolDscTileIndex,
+ lolDscUnk2,
+ lolDscDoorShapeIndex,
+ lolDscDimData1,
+ lolDscDimData2,
+ lolDscBlockMap,
+ lolDscDimMap,
+ lolDscDoor2,
+ lolDscShapeOvlIndex,
+ lolDscBlockIndex,
+ lolDscDoor1,
+ lolDscDoor2,
+ lolDscDoorScale,
+ lolDscDoor4,
+ lolDscDoorX,
+ lolDscDoorY,
+
+ -1
+};
+
const int lolDemoNeed[] = {
k2SeqplayPakFiles,
k2SeqplayStrings,
k2SeqplaySeqData,
k2SeqplaySfxFiles,
- lSeqplayIntroTracks,
+ lolSeqplayIntroTracks,
-1
};
@@ -519,6 +557,8 @@ const GameNeed gameNeedTable[] = {
{ kKyra3, -1, kyra3Need },
+ { kLol, kLolCD, lolCDFile2Need },
+
{ -1, -1, 0 }
};
@@ -544,6 +584,8 @@ const SpecialExtension specialTable[] = {
{ k2DemoVersion, "DEM" },
{ k2DemoLol, "DEM" },
+ { kLolCD, "CD" },
+
{ -1, 0 }
};