mirror of
https://github.com/kwsch/pkNX.git
synced 2026-09-11 12:05:25 -05:00
Misc fixes
Form opens, displays data
This commit is contained in:
@@ -13,7 +13,7 @@ public EvolutionSet7(byte[] data)
|
||||
{
|
||||
if (data.Length != SIZE)
|
||||
return;
|
||||
PossibleEvolutions = data.GetArray(GetEvo, SIZE);
|
||||
PossibleEvolutions = data.GetArray(GetEvo, ENTRY_SIZE);
|
||||
}
|
||||
|
||||
private static EvolutionMethod GetEvo(byte[] data, int offset)
|
||||
|
||||
Reference in New Issue
Block a user