From 8dc04ff6d75f33fd6edb97a0833b581748345c83 Mon Sep 17 00:00:00 2001 From: Kawa-oneechan Date: Fri, 22 Mar 2019 19:16:37 +0100 Subject: SCI: Add detection entry for The Dating Pool 2019 demo --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index c980133905..4bc2ab7573 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -5127,6 +5127,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // The Dating Pool - English DOSBox Interactive Demo + // Itch.IO 2019 release: more bug fixes and polish + { "catdate", "Demo", { + {"resource.000", 0, "094b9d3c841fe60076f06cdef3fb1383", 1555069}, + {"resource.map", 0, "ccaaf19dd3f8cedd99722569dc42f63f", 1393}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // SCI Fanmade Games FANMADE("120 Degrees Below Zero", "57f6135bd073802215c9b97f32d6aea3", 504, "03adf530a34557dfc20f848c9572f4d0", 320749), FANMADE("Al Pond: Island Quest 2", "4cba6a5a4c8f66f21935ed78b0511a92", 870, "876587dc9a5ec569287a3dc4b29139d8", 613769), -- cgit v1.2.3