Skip to content

Commit

Permalink
Update trainer-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Blitz425 authored Jan 23, 2025
1 parent 9bd2217 commit 72cc37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/trainer-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ export const trainerConfigs: TrainerConfigs = {
}))
.setPartyMemberFunc(3, getRandomPartyMemberFunc([ Species.BUZZWOLE ], TrainerSlot.TRAINER, true, p => {
p.generateAndPopulateMoveset();
p,pokeball = PokeballType.ROGUE_BALL;
p.pokeball = PokeballType.ROGUE_BALL;
}))
.setPartyMemberFunc(4, getRandomPartyMemberFunc([ Species.XURKITREE ], TrainerSlot.TRAINER, true, p => {
p.setBoss(true, 2);
Expand Down

0 comments on commit 72cc37b

Please sign in to comment.