From c19ab09540a6d63758bca04af6c7f9a783735742 Mon Sep 17 00:00:00 2001 From: zyro670 Date: Thu, 12 Oct 2023 10:05:14 -0400 Subject: [PATCH] Update build id --- PokeViewer.NET/MainViewer.cs | 4 ++-- PokeViewer.NET/Util/ViewerUtil.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PokeViewer.NET/MainViewer.cs b/PokeViewer.NET/MainViewer.cs index d1ac57d..bb90c41 100644 --- a/PokeViewer.NET/MainViewer.cs +++ b/PokeViewer.NET/MainViewer.cs @@ -15,8 +15,8 @@ namespace PokeViewer.NET public partial class MainViewer : Form { public ViewerExecutor Executor = null!; - private const string ViewerVersion = "2.6.0"; - private const int AzureBuildID = 459; + private const string ViewerVersion = "2.6.1"; + private const int AzureBuildID = 460; private readonly bool[] FormLoaded = new bool[8]; private int GameType; private SimpleTrainerInfo TrainerInfo = new(); diff --git a/PokeViewer.NET/Util/ViewerUtil.cs b/PokeViewer.NET/Util/ViewerUtil.cs index 15d8fe8..42d859d 100644 --- a/PokeViewer.NET/Util/ViewerUtil.cs +++ b/PokeViewer.NET/Util/ViewerUtil.cs @@ -120,7 +120,7 @@ public class ViewerOffsets public IReadOnlyList BlockKeyPointer = new List() { 0x4617648, 0xD8, 0x0, 0x0, 0x30, 0x0 }; public IReadOnlyList RaidBlockPointerP { get; } = new long[] { 0x4617648, 0x1C0, 0x88, 0x40 }; public IReadOnlyList RaidBlockPointerK { get; } = new long[] { 0x4617648, 0x1C0, 0x88, 0xCD8 }; - public IReadOnlyList OverworldPointer { get; } = new long[] { 0x4644870, 0x348, 0x10, 0xD8, 0x28 }; + public IReadOnlyList OverworldPointer { get; } = new long[] { 0x461CB18, 0x160, 0xE8, 0x28 }; public IReadOnlyList MyStatusPointerSV { get; } = new long[] { 0x4617648, 0x1C0, 0x0, 0x40 }; public IReadOnlyList MyStatusPointerLA { get; } = new long[] { 0x42BA6B0, 0x218, 0x68 }; public IReadOnlyList MyStatusTrainerPointerBD { get; } = new long[] { 0x4C64DC0, 0xB8, 0x10, 0xE0, 0x0 };