Skip to content

Commit

Permalink
Updated Design Documents
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoroark007 committed Jul 10, 2023
1 parent 91a5620 commit a2a6800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Forms/BattleTowerPokemonForm.Designer.cs

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

2 changes: 1 addition & 1 deletion Forms/BattleTowerPokemonForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private void RefreshPokemonDisplay()

private void RefreshTextBoxDisplay()
{
string nameDisplay = pokemonName = gameData.dexEntries[tp.dexID].GetName();
string nameDisplay = pokemonName = gameData.dexEntries[tp.dexID].GetName();
trainerDisplayTextBox.Text = tp.GetID() + " - " + " " + nameDisplay;
}

Expand Down

0 comments on commit a2a6800

Please sign in to comment.