diff options
-rw-r--r-- | engines/agi/detection.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 6b8e7348de..930d631c5b 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -55,24 +55,24 @@ static const PlainGameDescriptor agiGames[] = { {"agi", "Sierra AGI game"}, {"agi-fanmade", "Fanmade AGI game"}, {"agidemo", "AGI Demo"}, - {"bc", "Black Cauldron"}, + {"bc", "The Black Cauldron"}, {"caitlyn", "Caitlyn's Destiny"}, {"ddp", "Donald Duck's Playground"}, - {"goldrush", "Gold Rush"}, - {"kq1", "King's Quest 1"}, - {"kq2", "King's Quest 2"}, - {"kq3", "King's Quest 3"}, - {"kq4", "King's Quest 4"}, - {"lsl1", "Leisure Suit Larry 1"}, + {"goldrush", "Gold Rush!"}, + {"kq1", "King's Quest I: Quest for the Crown"}, + {"kq2", "King's Quest II: Romancing the Throne"}, + {"kq3", "King's Quest III: To Heir Is Human"}, + {"kq4", "King's Quest IV: The Perils of Rosella"}, + {"lsl1", "Leisure Suit Larry in the Land of the Lounge Lizards"}, {"mixedup", "Mixed-Up Mother Goose"}, - {"mh1", "Manhunter 1: NY"}, - {"mh2", "Manhunter 2: SF"}, - {"pq1", "Police Quest 1"}, + {"mh1", "Manhunter 1: New York"}, + {"mh2", "Manhunter 2: San Francisco"}, + {"pq1", "Police Quest: In Pursuit of the Death Angel"}, {"serguei1", "Serguei's Destiny 1"}, {"serguei2", "Serguei's Destiny 2"}, {"sq0", "Space Quest 0 - Replicated"}, - {"sq1", "Space Quest 1"}, - {"sq2", "Space Quest 2"}, + {"sq1", "Space Quest I: The Sarien Encounter"}, + {"sq2", "Space Quest II: Vohaul's Revenge"}, {"sqx", "Space Quest X - The Lost Chapter"}, {"tetris", "AGI Tetris"}, {"xmascard", "Xmas Card"}, |