summaryrefslogtreecommitdiff
path: root/src/frontier_util.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-11 16:44:27 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-11 16:44:27 +0100
commit81410fee17547726e551204dcadc7271a9334aa2 (patch)
treed8dd292fd118f59af4f12b3328ead150d579abd8 /src/frontier_util.c
parent1437755cdd2b5ce0a6eae4b9f716bcca4fc00061 (diff)
Factory done
Diffstat (limited to 'src/frontier_util.c')
-rw-r--r--src/frontier_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontier_util.c b/src/frontier_util.c
index 39f472a60..a65d14784 100644
--- a/src/frontier_util.c
+++ b/src/frontier_util.c
@@ -336,7 +336,8 @@ static const struct FrontierBrainMon sFrontierBrainsMons[][2][3] =
},
[FRONTIER_FACILITY_FACTORY] =
{
- // Silver Symbol.
+ // Because Factory's pokemon are random, this facility's Brain also uses random pokemon.
+ // What is interesting, this team is actually the one Steven uses in the multi tag battle alongside the player.
{
{
.species = SPECIES_METANG,
@@ -363,7 +364,6 @@ static const struct FrontierBrainMon sFrontierBrainsMons[][2][3] =
.moves = {MOVE_THUNDERBOLT, MOVE_PROTECT, MOVE_SOLAR_BEAM, MOVE_DRAGON_CLAW},
},
},
- // Gold Symbol.
{
{
.species = SPECIES_METANG,