From ba4eadfde9900f6e466bab63c3cd87e8bd8b636e Mon Sep 17 00:00:00 2001 From: ShadowMario3 <36941677+ShadowMario3@users.noreply.github.com> Date: Sat, 10 Oct 2020 11:13:54 -0400 Subject: [PATCH] Add location for Stadium 2 Events (#3022) * Fix game version for International Gen 2 events * Add Stadium 2 Event location --- PKHeX.Core/Legality/Encounters/Data/Encounters2.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters2.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters2.cs index d0f746812..8d7fdae0a 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters2.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters2.cs @@ -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