From 8a4da1e6b09db504bb7a376d3d2f8d95a4c6096c Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 30 Mar 2012 11:34:43 +0200 Subject: GOB: Add a Spanish Amiga version of Gobliins 2 As supplied by aldozx in the forums. --- engines/gob/detection_tables.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/gob') diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 5c6e919e12..7aa58b9b97 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -735,6 +735,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, 0, 0, 0 }, + { // Supplied by aldozx in the forums + { + "gob2", + "", + AD_ENTRY1s("intro.stk", "abc3e786cd78197773954c75815b278b", 554721), + ES_ESP, + kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGob2, + kFeaturesNone, + 0, 0, 0 + }, { // Supplied by bgk in bug report #1706861 { "gob2", -- cgit v1.2.3