[Scummvm-git-logs] scummvm master -> 73be66690f4ca259321a396e2a21b0f461143ab7

mistydemeo noreply at scummvm.org
Thu Sep 22 02:07:40 UTC 2022


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:
73be66690f DIRECTOR: add phibos


Commit: 73be66690f4ca259321a396e2a21b0f461143ab7
    https://github.com/scummvm/scummvm/commit/73be66690f4ca259321a396e2a21b0f461143ab7
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-09-21T19:07:29-07:00

Commit Message:
DIRECTOR: add phibos

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e665c6ed48f..fba8be85ac0 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -916,6 +916,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "peaceland",			"PeaceLand" },
 	{ "peepeebonbon",		"Pee Pee Bon Bon"},
 	{ "phantplanet",		"アミューズメント プラネット ファンタスマゴリア" },	// Amusement Planet Phantasmagoria
+	{ "phibos",				"フィボス ~彗星を追って~" },	// Phibos: Following the Comet
 	{ "picklesbook",		"Pickle's Book" },
 	{ "pinkgear",			"Pink Gear Collection" },
 	{ "pinkgear2",			"Pink Gear 2" },
@@ -2420,6 +2421,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("peaceland", "", "PeaceLand 8m", "f5277c53bacd27936158dd3867e587e2", 392232, Common::JA_JPN, 311),
 	MACDEMO1_l("peaceland", "Demo", "PeaceLand", "276bee761e48a6fd709df77d5c2f60dd", 393877, Common::JA_JPN, 313),
 
+	WINGAME1t_l("phibos", "", "PHIBOS.EXE", "298f47fd72d3f3cee220c25dd797dbb4", 747095, Common::JA_JPN, 404),
+
 	// Original Mac-only release
 	MACGAME1_l("picklesbook", "", "Pickle's Book/Pickle", "c9ec74eea228500976ba680a362308bb", 456728, Common::JA_JPN, 300),
 	// On the same CD as the Windows version, but built with a different version?




More information about the Scummvm-git-logs mailing list