aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/create_kyradat.cpp
diff options
context:
space:
mode:
authorathrxx2011-11-06 23:06:05 +0100
committerJohannes Schickel2011-12-26 16:18:15 +0100
commita944990a6896e9e667e987a3cb3d3d8affc0e5b3 (patch)
treeecade21f8f1f98265e144ce47d3c4e180b1b35dd /devtools/create_kyradat/create_kyradat.cpp
parent812ea181b86aab153592c16bceea6a32b39b3cf4 (diff)
downloadscummvm-rg350-a944990a6896e9e667e987a3cb3d3d8affc0e5b3.tar.gz
scummvm-rg350-a944990a6896e9e667e987a3cb3d3d8affc0e5b3.tar.bz2
scummvm-rg350-a944990a6896e9e667e987a3cb3d3d8affc0e5b3.zip
KYRA: (EOB) - rename some saving throw related data
Diffstat (limited to 'devtools/create_kyradat/create_kyradat.cpp')
-rw-r--r--devtools/create_kyradat/create_kyradat.cpp42
1 files changed, 21 insertions, 21 deletions
diff --git a/devtools/create_kyradat/create_kyradat.cpp b/devtools/create_kyradat/create_kyradat.cpp
index 11e868f3ed..d500cbd686 100644
--- a/devtools/create_kyradat/create_kyradat.cpp
+++ b/devtools/create_kyradat/create_kyradat.cpp
@@ -228,13 +228,13 @@ const ExtractFilename extractFilenames[] = {
{ kEobBaseChargenRaceMinStats, k3TypeRaw16to8, false },
{ kEobBaseChargenRaceMaxStats, kLolTypeRaw16, false },
- { kEobBaseConstModTable1, kTypeRawData, false },
- { kEobBaseConstModTable2, kTypeRawData, false },
- { kEobBaseConstModTable3, kTypeRawData, false },
- { kEobBaseConstModTable4, kTypeRawData, false },
- { kEobBaseConstModLvlIndex, kTypeRawData, false },
- { kEobBaseConstModDiv, kTypeRawData, false },
- { kEobBaseConstModExt, kTypeRawData, false },
+ { kEobBaseSaveThrowTable1, kTypeRawData, false },
+ { kEobBaseSaveThrowTable2, kTypeRawData, false },
+ { kEobBaseSaveThrowTable3, kTypeRawData, false },
+ { kEobBaseSaveThrowTable4, kTypeRawData, false },
+ { kEobBaseSaveThrwLvlIndex, kTypeRawData, false },
+ { kEobBaseSaveThrwModDiv, kTypeRawData, false },
+ { kEobBaseSaveThrwModExt, kTypeRawData, false },
{ kEobBasePryDoorStrings, kTypeStringList, true },
{ kEobBaseWarningStrings, kTypeStringList, true },
@@ -1369,20 +1369,20 @@ const char *getIdString(const int id) {
return "kEobBaseChargenRaceMinStats";
case kEobBaseChargenRaceMaxStats:
return "kEobBaseChargenRaceMaxStats";
- case kEobBaseConstModTable1:
- return "kEobBaseConstModTable1";
- case kEobBaseConstModTable2:
- return "kEobBaseConstModTable2";
- case kEobBaseConstModTable3:
- return "kEobBaseConstModTable3";
- case kEobBaseConstModTable4:
- return "kEobBaseConstModTable4";
- case kEobBaseConstModLvlIndex:
- return "kEobBaseConstModLvlIndex";
- case kEobBaseConstModDiv:
- return "kEobBaseConstModDiv";
- case kEobBaseConstModExt:
- return "kEobBaseConstModExt";
+ case kEobBaseSaveThrowTable1:
+ return "kEobBaseSaveThrowTable1";
+ case kEobBaseSaveThrowTable2:
+ return "kEobBaseSaveThrowTable2";
+ case kEobBaseSaveThrowTable3:
+ return "kEobBaseSaveThrowTable3";
+ case kEobBaseSaveThrowTable4:
+ return "kEobBaseSaveThrowTable4";
+ case kEobBaseSaveThrwLvlIndex:
+ return "kEobBaseSaveThrwLvlIndex";
+ case kEobBaseSaveThrwModDiv:
+ return "kEobBaseSaveThrwModDiv";
+ case kEobBaseSaveThrwModExt:
+ return "kEobBaseSaveThrwModExt";
case kEobBasePryDoorStrings:
return "kEobBasePryDoorStrings";
case kEobBaseWarningStrings: