mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-07 23:08:47 -05:00
Add location for Stadium 2 Events (#3022)
* Fix game version for International Gen 2 events * Add Stadium 2 Event location
This commit is contained in:
@@ -156,14 +156,14 @@ internal static TreeEncounterAvailable GetGSCHeadbuttAvailability(EncounterSlot
|
||||
internal static readonly EncounterStatic2E[] StaticEventsGB =
|
||||
{
|
||||
// Stadium 2 Baton Pass Farfetch'd
|
||||
new EncounterStatic2E(083, 05, C) {Moves = Farfetchd, TID = 2000, OT_Name = "スタジアム"},
|
||||
new EncounterStatic2E(083, 05, C) {Moves = Farfetchd, TID = 2000, OT_Name = "Stadium", Language = International},
|
||||
new EncounterStatic2E(083, 05, C) {Moves = Farfetchd, TID = 2001, OT_Names = new[]{"Stade", "Stadion", "Stadio", "Estadio"}, Language = International},
|
||||
new EncounterStatic2E(083, 05, C) {Moves = Farfetchd, Location = 127, TID = 2000, OT_Name = "スタジアム"},
|
||||
new EncounterStatic2E(083, 05, C) {Moves = Farfetchd, Location = 127, TID = 2000, OT_Name = "Stadium", Language = International},
|
||||
new EncounterStatic2E(083, 05, C) {Moves = Farfetchd, Location = 127, TID = 2001, OT_Names = new[]{"Stade", "Stadion", "Stadio", "Estadio"}, Language = International},
|
||||
|
||||
// Stadium 2 Earthquake Gligar
|
||||
new EncounterStatic2E(207, 05, C) {Moves = Gligar, TID = 2000, OT_Name = "スタジアム"},
|
||||
new EncounterStatic2E(207, 05, C) {Moves = Gligar, TID = 2000, OT_Name = "Stadium", Language = International},
|
||||
new EncounterStatic2E(207, 05, C) {Moves = Gligar, TID = 2001, OT_Names = new[]{"Stade", "Stadion", "Stadio", "Estadio"}, Language = International},
|
||||
new EncounterStatic2E(207, 05, C) {Moves = Gligar, Location = 127, TID = 2000, OT_Name = "スタジアム"},
|
||||
new EncounterStatic2E(207, 05, C) {Moves = Gligar, Location = 127, TID = 2000, OT_Name = "Stadium", Language = International},
|
||||
new EncounterStatic2E(207, 05, C) {Moves = Gligar, Location = 127, TID = 2001, OT_Names = new[]{"Stade", "Stadion", "Stadio", "Estadio"}, Language = International},
|
||||
|
||||
//New York Pokémon Center Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user