mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 16:05:15 -05:00
Remove duplicated swarms table
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user