aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/create_kyradat.cpp
diff options
context:
space:
mode:
authorathrxx2011-08-07 03:31:15 +0200
committerJohannes Schickel2011-12-26 16:18:13 +0100
commitfc5b29fdbcf4170436a32da2c1f4b078b1f1f90f (patch)
tree48bb02e631def4d4d1fb95bcc44daa0af449a1b5 /devtools/create_kyradat/create_kyradat.cpp
parentbac0caeb0ff712fe9002985c44c1ea651b86e018 (diff)
downloadscummvm-rg350-fc5b29fdbcf4170436a32da2c1f4b078b1f1f90f.tar.gz
scummvm-rg350-fc5b29fdbcf4170436a32da2c1f4b078b1f1f90f.tar.bz2
scummvm-rg350-fc5b29fdbcf4170436a32da2c1f4b078b1f1f90f.zip
KYRA: (EOB) - implemented some spells and fixed more bugs
Diffstat (limited to 'devtools/create_kyradat/create_kyradat.cpp')
-rw-r--r--devtools/create_kyradat/create_kyradat.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/devtools/create_kyradat/create_kyradat.cpp b/devtools/create_kyradat/create_kyradat.cpp
index a646bee5b1..d5fc803f8f 100644
--- a/devtools/create_kyradat/create_kyradat.cpp
+++ b/devtools/create_kyradat/create_kyradat.cpp
@@ -411,8 +411,8 @@ const ExtractFilename extractFilenames[] = {
{ kEob1DoorSwitchShapeDefs, kTypeRawData, false },
{ kEob1DoorSwitchCoords, kTypeRawData, false },
{ kEob1MonsterProperties, kTypeRawData, false },
- { kEob1MonsterDistAttType10, kTypeRawData, false },
- { kEob1MonsterDistAttSfx10, kTypeRawData, false },
+ { kEob1EnemyMageSpellList, kTypeRawData, false },
+ { kEob1EnemyMageSfx, kTypeRawData, false },
{ kEob1MonsterDistAttType17, kTypeRawData, false },
{ kEob1MonsterDistAttSfx17, kTypeRawData, false },
{ kEob1TurnUndeadString, kTypeStringList, true },
@@ -1652,10 +1652,10 @@ const char *getIdString(const int id) {
return "kEob1DoorSwitchCoords";
case kEob1MonsterProperties:
return "kEob1MonsterProperties";
- case kEob1MonsterDistAttType10:
- return "kEob1MonsterDistAttType10";
- case kEob1MonsterDistAttSfx10:
- return "kEob1MonsterDistAttSfx10";
+ case kEob1EnemyMageSpellList:
+ return "kEob1EnemyMageSpellList";
+ case kEob1EnemyMageSfx:
+ return "kEob1EnemyMageSfx";
case kEob1MonsterDistAttType17:
return "kEob1MonsterDistAttType17";
case kEob1MonsterDistAttSfx17: