aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2018-10-20 22:24:29 -0700
committerPaul Gilbert2018-12-08 19:05:59 -0800
commitd314cd39ee42c2b37fde0fa9d384fae67683cbea (patch)
tree1644d8741238a4e4535de136e7c69a10bea54367
parent0bc3da9e800b928ac31663180427cd048748814d (diff)
downloadscummvm-rg350-d314cd39ee42c2b37fde0fa9d384fae67683cbea.tar.gz
scummvm-rg350-d314cd39ee42c2b37fde0fa9d384fae67683cbea.tar.bz2
scummvm-rg350-d314cd39ee42c2b37fde0fa9d384fae67683cbea.zip
GLK: SCOTT: Add detection for other games
-rw-r--r--engines/gargoyle/scott/detection.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gargoyle/scott/detection.cpp b/engines/gargoyle/scott/detection.cpp
index d2ed4391d0..6c9f5c4d6c 100644
--- a/engines/gargoyle/scott/detection.cpp
+++ b/engines/gargoyle/scott/detection.cpp
@@ -35,6 +35,20 @@ struct ScottGame {
const ScottGame SCOTT_GAMES[] = {
{ "ae541fc1085da2f7d561b72ed20a6bc1", 18003, "Adventureland" },
+ { "cbd47ab4fcfe00231ffd71d52378d410", 18482, "Pirate Adventure" },
+ { "9251ab2c64e63559d8a6e9e6246760a5", 17227, "Mission Impossible" },
+ { "be849c5747c7fc3b201984afb4403b8e", 18140, "Voodoo Castle" },
+ { "85b75b6079b5ee572b5259b29a0e5d21", 19999, "The Count" },
+ { "c423cae841ac1927b5b2e503607b21bc", 20115, "Strange Odyssey" },
+ { "326b98b991d401605074e64d474ce566", 19700, "Mystery Fun House" },
+ { "8ef9010399f055da9adb15ce7745a11c", 20320, "Pyramid Of Doom" },
+ { "fcdcca8b2acf76ba2d0006cefa3630a1", 20687, "Ghost Town" },
+ { "c8aaa80f07c40fa8e4b17432644919dc", 22669, "Save Island, Part 1" },
+ { "2add0f28d9b236c866890cdf8d86ee60", 21169, "Savage Island, Part 2" },
+ { "675126bd0477e8ed9230ad3db5afc45f", 21401, "The Golden Voyage" },
+ { "0ef0def798d895ed766041fa99dd28a0", 22346, "Adventure 13" },
+ { "0bf1bcc649422798332a38c88588fdff", 22087, "Adventure 14" },
+ { "a0a5423967287dae9cbeb9abe8324479", 21038, "Buckaroo Banzai" },
{ nullptr, 0, nullptr }
};