mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Remove duplicated swarms table
This commit is contained in:
parent
21dd24638c
commit
53635c9450
1 changed files with 0 additions and 7 deletions
|
@ -626,13 +626,6 @@ namespace PKHeX.Core
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue