mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Remove giga gender lock
can be female
This commit is contained in:
parent
19784aaa41
commit
848737b2a0
1 changed files with 3 additions and 3 deletions
|
@ -47,9 +47,9 @@ namespace PKHeX.Core
|
|||
new EncounterStatic { Gift = true, Species = 882, FlawlessIVCount = 3, Level = 10, Location = 068, }, // Dracovish @ Route 6
|
||||
new EncounterStatic { Gift = true, Species = 883, FlawlessIVCount = 3, Level = 10, Location = 068, }, // Arctovish @ Route 6
|
||||
|
||||
new EncounterGift8 { Gift = true, Species = 004, Shiny = Never, Level = 05, Gender = 0, Location = 006, FlawlessIVCount = 3, CanGigantamax = true }, // Charmander
|
||||
new EncounterGift8 { Gift = true, Species = 025, Shiny = Never, Level = 10, Gender = 0, Location = 156, FlawlessIVCount = 6, CanGigantamax = true }, // Pikachu
|
||||
new EncounterGift8 { Gift = true, Species = 133, Shiny = Never, Level = 10, Gender = 0, Location = 156, FlawlessIVCount = 6, CanGigantamax = true }, // Eevee
|
||||
new EncounterGift8 { Gift = true, Species = 004, Shiny = Never, Level = 05, Location = 006, FlawlessIVCount = 3, CanGigantamax = true }, // Charmander
|
||||
new EncounterGift8 { Gift = true, Species = 025, Shiny = Never, Level = 10, Location = 156, FlawlessIVCount = 6, CanGigantamax = true }, // Pikachu
|
||||
new EncounterGift8 { Gift = true, Species = 133, Shiny = Never, Level = 10, Location = 156, FlawlessIVCount = 6, CanGigantamax = true }, // Eevee
|
||||
|
||||
#region Static Part 1
|
||||
// encounters
|
||||
|
|
Loading…
Reference in a new issue