Add MomSkin to League Card (#2936)

This commit is contained in:
CanoeHope 2020-07-11 10:22:19 -04:00 committed by GitHub
parent 8027fe30b9
commit 455a787ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,6 +205,12 @@ namespace PKHeX.Core
set => BitConverter.GetBytes(value).CopyTo(Data, 0xB0);
}
public ulong MomSkin // aka the base model
{
get => BitConverter.ToUInt64(Data, 0xC0);
set => BitConverter.GetBytes(value).CopyTo(Data, 0xC0);
}
// Trainer Card Pokemon
// 0xC8 - 0xE3 (0x1C)
// 0xE4