Fix Dialga

This commit is contained in:
Blitzy 2025-01-05 18:50:47 -06:00 committed by GitHub
parent 62bbddf7b1
commit 5b33c1bc85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2096,7 +2096,7 @@ export const trainerConfigs: TrainerConfigs = {
p.pokeball = PokeballType.ULTRA_BALL;
p.gender = Gender.MALE;
}))
.setPartyMemberFunc(5, getRandomPartyMemberFunc([ Species.DIALGIA, Species.PALKIA ], TrainerSlot.TRAINER, true, p => {
.setPartyMemberFunc(5, getRandomPartyMemberFunc([ Species.DIALGA, Species.PALKIA ], TrainerSlot.TRAINER, true, p => {
p.setBoss(true, 2);
p.generateAndPopulateMoveset();
p.pokeball = PokeballType.MASTER_BALL;