diff --git a/libNOM.test/Playstation.cs b/libNOM.test/Playstation.cs index a3bb5a1..dec94cc 100644 --- a/libNOM.test/Playstation.cs +++ b/libNOM.test/Playstation.cs @@ -441,7 +441,7 @@ public void T136_Read_0x7D2_SaveWizard_6() var path = GetCombinedPath("Playstation", "0x7D2", "SaveWizard", "6"); var results = new ReadResults[] { - new(9, "Slot5Manual", true, true, false, true, true, true, false, false, SaveContextQueryEnum.DontCare, nameof(PresetGameModeEnum.Normal), DifficultyPresetTypeEnum.Normal, SeasonEnum.None, 4146, 4658, GameVersionEnum.Interceptor, "Purfex", "On freighter (Normandy SR3)", 2469490), + new(9, "Slot5Manual", true, true, false, true, true, true, false, false, SaveContextQueryEnum.DontCare, nameof(PresetGameModeEnum.Normal), DifficultyPresetTypeEnum.Normal, SeasonEnum.None, 4146, 4658, GameVersionEnum.Echoes, "Purfex", "On freighter (Normandy SR3)", 2469490), }; var userIdentification = ReadUserIdentification(path);