[Scummvm-git-logs] scummvm master -> b8fc873ac817d8cb370b93d3b2a6da2393d2f84e
mistydemeo
noreply at scummvm.org
Sat Dec 28 03:48:03 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b8fc873ac8 DIRECTOR: add krillplace
Commit: b8fc873ac817d8cb370b93d3b2a6da2393d2f84e
https://github.com/scummvm/scummvm/commit/b8fc873ac817d8cb370b93d3b2a6da2393d2f84e
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-12-27T19:47:42-08:00
Commit Message:
DIRECTOR: add krillplace
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index d07b56fa353..a082175525e 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1112,6 +1112,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "keroncuel", "ã¦ã«ãã©ãªã¾ã¼ã ã±ãã³ãã¥ã¼ã«" }, // Ultra Resort Keroncuel
{ "kidsbox", "Kids Box" }, // ãããºããã¯ã¹
{ "kishido", "æ£å£«é" }, // Art of Shogi (Go)
+ { "krillplace", "ã¯ãªã«ãã¬ã¤ã¹" }, // Krill Place
{ "lzone", "L-ZONE" },
{ "macaroni", "ãã«ããã»ãããè Interactive" }, // Romaji title in manual is Macaroni Hourensou
{ "magicgambo", "Magic Gambo" },
@@ -4804,6 +4805,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2("klondikegold", "", "KLONDIKE.EXE", "58a1d6965e1bc2a3281d1060e09f8d19", 908685,
"DREDGE.DIR", "9b20cdc5ce0dffe165a495f94bb1b450", 4916524, 404),
+ WINGAME1_l("krillplace", "", "KRILLWIN.EXE", "t:611ca6aa9a9c523ed24dcc6432fa63d8", 1766279, Common::JA_JPN, 404),
+
MACGAME1("korkydragons", "", "Dragons!", "r:0c7bbb4b24823e5ab871cb4c1d6f3710", 486726, 404),
WINGAME1("korkydragons", "", "DRAGONS!.EXE", "t:4d35a9f14ea5b012e552cd6b3a7e7452", 698833, 404),
More information about the Scummvm-git-logs
mailing list