Skip to content

Commit

Permalink
eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro670 committed Oct 24, 2023
1 parent 4ab0f7c commit 3175b7e
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 117 deletions.
2 changes: 1 addition & 1 deletion PokeViewer.NET/MainViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace PokeViewer.NET
public partial class MainViewer : Form
{
public ViewerExecutor Executor = null!;
private const string ViewerVersion = "2.7.2";
private const string ViewerVersion = "2.7.3";
private readonly bool[] FormLoaded = new bool[8];
private int GameType;
private SimpleTrainerInfo TrainerInfo = new();
Expand Down
43 changes: 22 additions & 21 deletions PokeViewer.NET/SubForms/Egg Viewer.Designer.cs

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

Loading

0 comments on commit 3175b7e

Please sign in to comment.