summaryrefslogtreecommitdiff
path: root/src/frontier_util.c
diff options
context:
space:
mode:
authorPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-09-02 17:43:21 -0400
committerPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-09-04 19:49:53 -0400
commit3a2a2b6ba98d8805df2dde059f07026dcd972326 (patch)
treedb6096a53225444a760780515a6a7a0a9a626c0c /src/frontier_util.c
parent1cdd0ac199b921dc31a42c56455262b49b5076f1 (diff)
Fix issues according to feedback
Diffstat (limited to 'src/frontier_util.c')
-rw-r--r--src/frontier_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontier_util.c b/src/frontier_util.c
index 38eaa3713..a36e2ec9f 100644
--- a/src/frontier_util.c
+++ b/src/frontier_util.c
@@ -2513,7 +2513,7 @@ void CreateFrontierBrainPokemon(void)
do
{
j = Random32(); //Should be one while loop, but that doesn't match
- } while (IsShinyOtIdPersonality(FRONTIER_BRAIN_OTID, j)); //See above comment
+ } while (IsShinyOtIdPersonality(FRONTIER_BRAIN_OTID, j));
} while (sFrontierBrainsMons[facility][symbol][i].nature != GetNatureFromPersonality(j));
CreateMon(&gEnemyParty[monPartyId],
sFrontierBrainsMons[facility][symbol][i].species,