Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
Snackworth resets and enabling/disabling spawns must be done at the start screen.

You will need v3 of ubb 2.3.5 to make use of the latest features. https://github.com/zyro670/usb-botbase/releases/tag/2.3.5.3
  • Loading branch information
zyro670 committed Jul 12, 2024
1 parent b93e5be commit ba18c5c
Show file tree
Hide file tree
Showing 38 changed files with 5,407 additions and 450 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,6 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
PokeViewer.NET/Properties/launchSettings.json
PokeViewer.NET/SubForms/VivillonViewer.cs
PokeViewer.NET/SubForms/VivillonViewer.Designer.cs
PokeViewer.NET/SubForms/VivillonViewer.resx
3 changes: 3 additions & 0 deletions PokeViewer.NET/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
<setting name="GameConnected" serializeAs="String">
<value>0</value>
</setting>
<setting name="MatchShinyIV" serializeAs="String">
<value>True</value>
</setting>
</PokeViewer.NET.Properties.Settings>
</userSettings>
</configuration>
165 changes: 18 additions & 147 deletions PokeViewer.NET/MainViewer.Designer.cs

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

Loading

0 comments on commit ba18c5c

Please sign in to comment.