mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 19:37:00 -05:00
Add b2w2 route 23 amoonguss
https://projectpokemon.org/home/forums/topic/44798-bug-report-amoonguss-encount-error-b2w2/ Thanks smileynation!
This commit is contained in:
@@ -598,6 +598,7 @@ private static void MarkG5Slots(ref EncounterArea[] Areas)
|
||||
new EncounterStatic { Species = 590, Level = 29, Location = 19, }, // Foongus @ Route 6
|
||||
new EncounterStatic { Species = 591, Level = 43, Location = 24, }, // Amoonguss @ Route 11
|
||||
new EncounterStatic { Species = 591, Level = 47, Location = 127, }, // Amoonguss @ Route 22
|
||||
new EncounterStatic { Species = 591, Level = 56, Location = 128, }, // Amoonguss @ Route 23
|
||||
new EncounterStatic { Species = 593, Level = 40, Location = 71, Ability = 4, Version = GameVersion.B2, Gender = 0,}, // HA Jellicent @ Undella Bay Mon Only
|
||||
new EncounterStatic { Species = 593, Level = 40, Location = 71, Ability = 4, Version = GameVersion.W2, Gender = 1,}, // HA Jellicent @ Undella Bay Thurs Only
|
||||
new EncounterStatic { Species = 628, Level = 25, Location = 17, Ability = 4, Version = GameVersion.W2, Gender = 0,}, // HA Braviary @ Route 4 Mon Only
|
||||
|
||||
Reference in New Issue
Block a user