aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/detection_tables.h
diff options
context:
space:
mode:
authorlolbot-iichan2019-06-03 01:17:48 +0300
committerFilippos Karapetis2019-06-25 08:10:16 +0300
commitc2b7fc526e7da440563cc2a7b3a96dcdb7fc81a4 (patch)
tree4271798f553c358e1bc91f459765d4500230b36c /engines/wintermute/detection_tables.h
parent28fa491707251912d9c7373e55369b26534fd80c (diff)
downloadscummvm-rg350-c2b7fc526e7da440563cc2a7b3a96dcdb7fc81a4.tar.gz
scummvm-rg350-c2b7fc526e7da440563cc2a7b3a96dcdb7fc81a4.tar.bz2
scummvm-rg350-c2b7fc526e7da440563cc2a7b3a96dcdb7fc81a4.zip
WINTERMUTE: Detection tables for Tanya Grotter dilogy
Tanya Grotter games are based on first 2 books of a Russian fantasy novel series by Dmitri Yemets. Those games were both released in Russian only.
Diffstat (limited to 'engines/wintermute/detection_tables.h')
-rw-r--r--engines/wintermute/detection_tables.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index ad02af60cf..e3ce066d9c 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -87,6 +87,8 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"spaceinvaders", "Space Invaders"},
{"spacemadness", "Space Madness"},
{"sofiasdebt", "Sofia's Debt"},
+ {"tanya1", "Tanya Grotter and the Magical Double Bass"},
+ {"tanya2", "Tanya Grotter and the Disappearing Floor"},
{"theancientmark1", "The Ancient Mark - Episode 1"},
{"thebox", "The Box"},
{"thekite", "The Kite"},
@@ -581,6 +583,12 @@ static const WMEGameDescription gameDescriptions[] = {
// Space Madness
WME_WINENTRY("spacemadness", "1.0.2",
WME_ENTRY1s("data.dcp", "b9b83135dc7a9e1b4b5f50195dbeb630", 39546622), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+ // Tanya Grotter and the Magical Double Bass
+ WME_WINENTRY("tanya1", "",
+ WME_ENTRY1s("data.dcp", "035bbdaff078cc4053ecf4b518c0d0fd", 1007507786), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),
+ // Tanya Grotter and the Disappearing Floor
+ WME_WINENTRY("tanya2", "",
+ WME_ENTRY1s("data.dcp", "9c15f14990f630177e063da885d03e6d", 936959767), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),
// The Ancient Mark - Episode 1
WME_WINENTRY("theancientmark1", "",
WME_ENTRY1s("data.dcp", "ca04c26f03b2bd307368b306b297ddd7", 364664692), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),