mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Update Encounters8NestDist.cs
This commit is contained in:
parent
9e8858ac51
commit
d73457a395
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@
|
|||
|
||||
// 3/25 - Charizard
|
||||
new EncounterStatic8ND(60,10,5) { Species = 569, Ability = A4, Moves = new[]{ 441, 409, 402, 707 }, CanGigantamax = true }, // Garbodor
|
||||
new EncounterStatic8ND(60,10,5) { Species = 006, Ability = A4, Moves = new[]{ 257, 403, 406, 411 }, CanGigantamax = true }, // Charizard
|
||||
new EncounterStatic8ND(60,10,5) { Species = 006, Ability = A4, Moves = new[]{ 257, 403, 406, 411 }, CanGigantamax = true, Shiny = Shiny.Never }, // Charizard
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue