Skip to content

Commit

Permalink
Update build id
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro670 committed Oct 12, 2023
1 parent 5faf2e0 commit c19ab09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PokeViewer.NET/MainViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion PokeViewer.NET/Util/ViewerUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class ViewerOffsets
public IReadOnlyList<long> BlockKeyPointer = new List<long>() { 0x4617648, 0xD8, 0x0, 0x0, 0x30, 0x0 };
public IReadOnlyList<long> RaidBlockPointerP { get; } = new long[] { 0x4617648, 0x1C0, 0x88, 0x40 };
public IReadOnlyList<long> RaidBlockPointerK { get; } = new long[] { 0x4617648, 0x1C0, 0x88, 0xCD8 };
public IReadOnlyList<long> OverworldPointer { get; } = new long[] { 0x4644870, 0x348, 0x10, 0xD8, 0x28 };
public IReadOnlyList<long> OverworldPointer { get; } = new long[] { 0x461CB18, 0x160, 0xE8, 0x28 };
public IReadOnlyList<long> MyStatusPointerSV { get; } = new long[] { 0x4617648, 0x1C0, 0x0, 0x40 };
public IReadOnlyList<long> MyStatusPointerLA { get; } = new long[] { 0x42BA6B0, 0x218, 0x68 };
public IReadOnlyList<long> MyStatusTrainerPointerBD { get; } = new long[] { 0x4C64DC0, 0xB8, 0x10, 0xE0, 0x0 };
Expand Down

0 comments on commit c19ab09

Please sign in to comment.