mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
parent
1095fd0811
commit
c42c019149
|
|
@ -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.
Loading…
Reference in New Issue
Block a user