diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-12 14:05:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 14:05:40 -0600 |
commit | f639c7c309bbd32fc60278eafa726db5c0c49914 (patch) | |
tree | cca355371fd2cdd9d9b6fd86c266a500837123a8 /src/frontier_util.c | |
parent | 54ad6794bce3ee534aa78a8c6e7f32715cd8f6a9 (diff) | |
parent | b5ea69cf74e24ab2b09572b3324ac4b3bbd8818a (diff) |
Merge pull request #380 from DizzyEggg/frontier_2
More battle frontier
Diffstat (limited to 'src/frontier_util.c')
-rw-r--r-- | src/frontier_util.c | 4 |
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, |