diff --git a/SysBot.Pokemon/SV/Vision/PokeDataOffsetsSV.cs b/SysBot.Pokemon/SV/Vision/PokeDataOffsetsSV.cs index 7d0b3180..d0129636 100644 --- a/SysBot.Pokemon/SV/Vision/PokeDataOffsetsSV.cs +++ b/SysBot.Pokemon/SV/Vision/PokeDataOffsetsSV.cs @@ -7,7 +7,7 @@ namespace SysBot.Pokemon; /// public class PokeDataOffsetsSV { - public const string SVGameVersion = "3.0.1"; + public const string SVGameVersion = "4.0.0"; public const string ScarletID = "0100A3D008C5C000"; public const string VioletID = "01008F6008C5E000"; public IReadOnlyList BoxStartPokemonPointer { get; } = [0x47350d8, 0xD8, 0x8, 0xB8, 0x30, 0x9D0, 0x0]; diff --git a/SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll b/SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll index 2628bfed..28a732f2 100644 Binary files a/SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll and b/SysBot.Pokemon/deps/PKHeX.Core.AutoMod.dll differ diff --git a/SysBot.Pokemon/deps/PKHeX.Core.dll b/SysBot.Pokemon/deps/PKHeX.Core.dll index e0bf1c05..494b2dd2 100644 Binary files a/SysBot.Pokemon/deps/PKHeX.Core.dll and b/SysBot.Pokemon/deps/PKHeX.Core.dll differ