mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
AGS: Add detection for Bill DeBill + whitespace fixes
Reported on Discord
This commit is contained in:
parent
5432e4ad40
commit
3e2f15f024
@ -268,7 +268,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
|
||||
{ "alum", "Alum" },
|
||||
{ "apotheosis", "The Apotheosis Project" },
|
||||
{ "ashinaredwitch", "Ashina: The Red Witch" },
|
||||
{ "astroloco", "Astroloco: Worst Contact"},
|
||||
{ "astroloco", "Astroloco: Worst Contact" },
|
||||
{ "atotk", "A Tale Of Two Kingdoms" },
|
||||
{ "avcsurvivalguide", "AVC's Survival Guide / Guía de supervivencia en CAV" },
|
||||
{ "beer", "Beer!" },
|
||||
@ -704,7 +704,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
|
||||
{ "bigblue", "Big Blue World Domination" },
|
||||
{ "bigfoot", "Bigfoot" },
|
||||
{ "bigglesonmars", "Biggles On Mars" },
|
||||
{ "bigtroubleinlittleimola", "Big Trouble in Little Imola"},
|
||||
{ "bigtroubleinlittleimola", "Big Trouble in Little Imola" },
|
||||
{ "billdebill", "Bill DeBill" },
|
||||
{ "billybstar", "Billy B. Star and the Lapaset Travel Quest" },
|
||||
{ "billyboysimportantwinelottery", "Billy Boy's Important Wine Lottery" },
|
||||
{ "billygoatsgruff", "Billy Goats Gruff" },
|
||||
@ -927,7 +928,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
|
||||
{ "cop", "Cop" },
|
||||
{ "corneliuschristmas", "Cornelius Cat in: How the Cat Saved Christmas" },
|
||||
{ "corneliuspest", "Cornelius Cat in: The Uncontrollable Pest" },
|
||||
{ "cornersshiny", "Corner's Shiny (2013 edition)"},
|
||||
{ "cornersshiny", "Corner's Shiny (2013 edition)" },
|
||||
{ "cosmodyssey", "Cosmodyssey: Jammy Edition" },
|
||||
{ "cosmospuzzle", "Cosmos Puzzle" },
|
||||
{ "cosmosquest1", "Cosmos Quest I" },
|
||||
@ -1150,7 +1151,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
|
||||
{ "emmaroide", "Emma Roide" },
|
||||
{ "empty", "Empty" },
|
||||
{ "emptymindblankfate", "Empty Mind - Blank Fate" },
|
||||
{ "enchantedlake", "The Enchanted Lake"},
|
||||
{ "enchantedlake", "The Enchanted Lake" },
|
||||
{ "encounters", "Encounters of the Closest Kind" },
|
||||
{ "endacopia", "Endacopia" },
|
||||
{ "endlessloop", "Endless Loop" },
|
||||
@ -2190,8 +2191,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
|
||||
{ "ohitschristmas", "Oh, it's Christmas" },
|
||||
{ "ohnonotagain", "Oh no not again!" },
|
||||
{ "oldmansea", "The Old Man and the Sea" },
|
||||
{ "oldskies", "Old Skies"},
|
||||
{ "olol", "Olol"}, // aka Custard's 1 hour game
|
||||
{ "oldskies", "Old Skies" },
|
||||
{ "olol", "Olol" }, // aka Custard's 1 hour game
|
||||
{ "omfgparadox", "OMFGPARADOX!" },
|
||||
{ "omnipotenttarot", "Omnipotent Tarot" },
|
||||
{ "onceuponacrime", "Once Upon A Crime" },
|
||||
@ -5000,6 +5001,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
|
||||
GAME_ENTRY_EN("bigfoot", "Game.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 97902481),
|
||||
GAME_ENTRY_EN("bigglesonmars", "biggles on mars.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 29048931),
|
||||
GAME_ENTRY("bigtroubleinlittleimola", "adventure.exe", "495d45fb8adfd49690ae3b97921feec6", 711456988), // En-It
|
||||
GAME_ENTRY_LANG("billdebill", "bdb.exe", "0b7529a76f38283d6e850b8d56526fc1", 9087701, Common::CS_CZE),
|
||||
GAME_ENTRY_EN("billybstar", "Billy B Star.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1756026),
|
||||
GAME_ENTRY_EN("billyboysimportantwinelottery", "billyboy.exe", "5881d6b88386317dc9d67524a14b11d4", 4872317),
|
||||
GAME_ENTRY_EN("billygoatsgruff", "billygoatsgruff.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 5949489),
|
||||
|
Loading…
Reference in New Issue
Block a user