Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
- Add Event Outbreaks for viewing
- 61 -> 77
- Add Scale to WideViewSV
  • Loading branch information
zyro670 committed Sep 30, 2023
1 parent 15b88fc commit 6742e4e
Show file tree
Hide file tree
Showing 6 changed files with 2,154 additions and 673 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.5.1";
private const int AzureBuildID = 437;
private const string ViewerVersion = "2.5.2";
private const int AzureBuildID = 438;
private readonly bool[] FormLoaded = new bool[8];
private int GameType;
private SimpleTrainerInfo TrainerInfo = new();
Expand Down
67 changes: 40 additions & 27 deletions PokeViewer.NET/SubForms/MiscView.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6742e4e

Please sign in to comment.