From cd024f25b04973b4ace7fcc1c77d1ad5ef6c9828 Mon Sep 17 00:00:00 2001 From: Kaphotics Date: Tue, 15 Mar 2016 23:10:18 -0700 Subject: [PATCH] Fix beldum gift --- Legality/Core.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Legality/Core.cs b/Legality/Core.cs index 8a6159413..d69926a98 100644 --- a/Legality/Core.cs +++ b/Legality/Core.cs @@ -362,7 +362,7 @@ private static IEnumerable getMachineMoves(int species, int formnum) new EncounterStatic { Species = 25, Level = 20, Location = 186, Gender = 1, Ability = 4, Gift = true }, // Pikachu new EncounterStatic { Species = 360, Level = 1, EggLocation = 60004, Gift = true }, // Wynaut new EncounterStatic { Species = 175, Level = 1, EggLocation = 60004, Ability = 1, Gift = true }, // Togepi - new EncounterStatic { Species = 360, Level = 1, Location = 196, Gift = true }, // Beldum + new EncounterStatic { Species = 374, Level = 1, Location = 196, Gift = true }, // Beldum new EncounterStatic { Species = 319, Level = 40, Location = 318, Gift = true }, // Sharpedo new EncounterStatic { Species = 323, Level = 40, Location = 318, Gift = true }, // Camerupt