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 +}