mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 17:15:28 -05:00
@@ -70,7 +70,7 @@ public static IReadOnlyList<EvolutionSet> GetArray(byte[] data)
|
||||
|
||||
var set = new EvolutionMethod[count];
|
||||
for (int j = 0; j < set.Length; j++)
|
||||
set[j] = GetMethod(data, offset);
|
||||
set[j] = GetMethod(data, offset + (j * size));
|
||||
evos[g4species] = new EvolutionSet3 { PossibleEvolutions = set };
|
||||
}
|
||||
return evos;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user