diff --git a/Extensions/TkSharp.Extensions.MinFs/TkSharp.Extensions.MinFs.csproj b/Extensions/TkSharp.Extensions.MinFs/TkSharp.Extensions.MinFs.csproj index cc3b21f..56a4a33 100644 --- a/Extensions/TkSharp.Extensions.MinFs/TkSharp.Extensions.MinFs.csproj +++ b/Extensions/TkSharp.Extensions.MinFs/TkSharp.Extensions.MinFs.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable diff --git a/TkSharp.Core/IO/NullTkRom.cs b/TkSharp.Core/IO/NullTkRom.cs index 4c4a4e6..0a9bb95 100644 --- a/TkSharp.Core/IO/NullTkRom.cs +++ b/TkSharp.Core/IO/NullTkRom.cs @@ -8,7 +8,7 @@ namespace TkSharp.Core.IO; /// public class NullTkRom : ITkRom { - public int GameVersion => 142; + public int GameVersion => 143; public string NsoBinaryId => string.Empty; diff --git a/TkSharp.Core/TkPatch.cs b/TkSharp.Core/TkPatch.cs index 9064cd3..ae0c331 100644 --- a/TkSharp.Core/TkPatch.cs +++ b/TkSharp.Core/TkPatch.cs @@ -18,6 +18,7 @@ public class TkPatch(string nsoBinaryId) private const string NSO_BINARY_ID_140 = "6265f94d606242ce730ef721a8037dda8e4bfc63"; private const string NSO_BINARY_ID_141 = "965eab9ceb8eb867f747da772022c95065c9b927"; private const string NSO_BINARY_ID_142 = "5cb42b1cf25469fb0635fd046453d843c18bc8ab"; + private const string NSO_BINARY_ID_143 = "277178b7dba1b6d4949a84778d4abc58b31b34f5"; private const uint IPS32_MAGIC_PREFIX = 0x33535049; private const byte IPS32_MAGIC_SUFFIX = 0x32; @@ -33,6 +34,7 @@ public class TkPatch(string nsoBinaryId) [NSO_BINARY_ID_140] = 0x0212e60c, [NSO_BINARY_ID_141] = 0x0211e2b8, [NSO_BINARY_ID_142] = 0x0211de70, + [NSO_BINARY_ID_143] = 0x021238fc, }; public static TkPatch CreateWithDefaults(string nsoBinaryId, uint shopParamLimit = 512) diff --git a/TkSharp.Data.Embedded/Resources/Checksums.bpclt b/TkSharp.Data.Embedded/Resources/Checksums.bpclt index 14c8c5f..706d26b 100644 Binary files a/TkSharp.Data.Embedded/Resources/Checksums.bpclt and b/TkSharp.Data.Embedded/Resources/Checksums.bpclt differ diff --git a/TkSharp.Data.Embedded/Resources/PackFileLookup.pkcache.zs b/TkSharp.Data.Embedded/Resources/PackFileLookup.pkcache.zs index d0a4096..03062ae 100644 Binary files a/TkSharp.Data.Embedded/Resources/PackFileLookup.pkcache.zs and b/TkSharp.Data.Embedded/Resources/PackFileLookup.pkcache.zs differ diff --git a/TkSharp.Debug/TkSharp.Debug.csproj b/TkSharp.Debug/TkSharp.Debug.csproj index 5c3498d..3bdbade 100644 --- a/TkSharp.Debug/TkSharp.Debug.csproj +++ b/TkSharp.Debug/TkSharp.Debug.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable enable diff --git a/TkSharp.Merging/Resources/GameDataIndex.bpclt b/TkSharp.Merging/Resources/GameDataIndex.bpclt index c044205..5defb46 100644 Binary files a/TkSharp.Merging/Resources/GameDataIndex.bpclt and b/TkSharp.Merging/Resources/GameDataIndex.bpclt differ diff --git a/TkSharp.Merging/Resources/RsdbCache.bpcc b/TkSharp.Merging/Resources/RsdbCache.bpcc index 813a08f..9235dc6 100644 Binary files a/TkSharp.Merging/Resources/RsdbCache.bpcc and b/TkSharp.Merging/Resources/RsdbCache.bpcc differ diff --git a/TkSharp.Merging/Resources/RsdbIndex.bpcc b/TkSharp.Merging/Resources/RsdbIndex.bpcc index 3f49814..74d2a79 100644 Binary files a/TkSharp.Merging/Resources/RsdbIndex.bpcc and b/TkSharp.Merging/Resources/RsdbIndex.bpcc differ diff --git a/Tools/TkSharp.DevTools/TkSharp.DevTools.csproj b/Tools/TkSharp.DevTools/TkSharp.DevTools.csproj index 46b68c0..a51429b 100644 --- a/Tools/TkSharp.DevTools/TkSharp.DevTools.csproj +++ b/Tools/TkSharp.DevTools/TkSharp.DevTools.csproj @@ -1,7 +1,7 @@  Exe - net9.0 + net10.0 enable true app.manifest