diff --git a/PKHeX/Legality/Structures/EncounterArea.cs b/PKHeX/Legality/Structures/EncounterArea.cs index 5c751ccdd..4683694f6 100644 --- a/PKHeX/Legality/Structures/EncounterArea.cs +++ b/PKHeX/Legality/Structures/EncounterArea.cs @@ -626,13 +626,6 @@ private static EncounterArea getArea4HGSS(byte[] data) else ofs += 20; - if (GrassRatio > 0) - { - // National Radio replaces slots 4 and 5 - Slots.AddRange(getSlots4_G_Replace(data, ref ofs, 2, GrassSlots, Legal.Slot4_Sound)); // Radio - } - // 4 bytes padding - Area4.Slots = Slots.ToArray(); return Area4; }