Skip to content

Commit

Permalink
Fix Brenda
Browse files Browse the repository at this point in the history
Was unedited
  • Loading branch information
BuffelSaft committed Nov 22, 2021
1 parent e75180e commit f733b57
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/data/trainer_parties.h
Original file line number Diff line number Diff line change
Expand Up @@ -16043,11 +16043,19 @@ static const struct TrainerMonItemCustomMoves sParty_Pablo4[] = {
} */
};

static const struct TrainerMonItemCustomMoves sParty_Brenda[] = { // UNEDITED
static const struct TrainerMonItemCustomMoves sParty_Brenda[] = {
{
.lvl = 34,
.species = SPECIES_GOLDEEN,
}
.lvl = -3,
.species = SPECIES_SEAKING,
.spread = SPREAD_31_IV_80_EV,
.moves = MOVE_WATERFALL, MOVE_POISON_JAB, MOVE_SOAK, MOVE_MEGAHORN
},
{
.lvl = -3,
.species = SPECIES_RAICHU,
.spread = SPREAD_31_IV_80_EV,
.moves = MOVE_THUNDERBOLT, MOVE_SURF, MOVE_NUZZLE, MOVE_CHARM
},
};

// Route 127
Expand Down

0 comments on commit f733b57

Please sign in to comment.