From 9773d212d316fe16b192481154b4dd65b60448ed Mon Sep 17 00:00:00 2001 From: m88youngling <89745384+m88youngling@users.noreply.github.com> Date: Fri, 28 Feb 2025 20:01:43 -0500 Subject: [PATCH] Update GameVersion.cs Added Hyphen-tilda's suggested changes to add Hong Kong IDs --- ProjectLighthouse/Types/Users/GameVersion.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ProjectLighthouse/Types/Users/GameVersion.cs b/ProjectLighthouse/Types/Users/GameVersion.cs index 567aaf48..6d895b93 100644 --- a/ProjectLighthouse/Types/Users/GameVersion.cs +++ b/ProjectLighthouse/Types/Users/GameVersion.cs @@ -87,6 +87,12 @@ public static class GameVersionHelper "NPEA00437", "BCES01693", "BCKS10150", + "NPHA80113", + "NPHA80125", + "NPHA80132", + "NPHA80163", + "NPHA80161", + "NPHA80277", //Debug, Beta and Demo "NPUA70117", "BCET70023", @@ -206,4 +212,4 @@ public static class GameVersionHelper public static GameVersion FromTitleId(string titleId) => titleIdMap.TryGetValue(titleId, out GameVersion parsedVersion) ? parsedVersion : GameVersion.Unknown; -} \ No newline at end of file +}