mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-10 02:27:54 -05:00
Mirror personalinfo update from pk3DS
Unused by PKHeX, library documentation
This commit is contained in:
@@ -79,7 +79,7 @@ public override int[] Abilities
|
||||
get { return new int[] { Data[0x18], Data[0x19], Data[0x1A] }; }
|
||||
set
|
||||
{
|
||||
if (value?.Length != 2) return;
|
||||
if (value?.Length != 3) return;
|
||||
Data[0x18] = (byte)value[0];
|
||||
Data[0x19] = (byte)value[1];
|
||||
Data[0x1A] = (byte)value[2];
|
||||
|
||||
Reference in New Issue
Block a user