Show new trainer records

#2913
This commit is contained in:
Kurt 2020-06-27 13:48:45 -05:00
parent 105d8f415d
commit 19ff1f584a

View file

@ -6,7 +6,7 @@ namespace PKHeX.Core
{
public sealed class Record8 : RecordBlock
{
public const int RecordCount = 50;
public const int RecordCount = 52; // Orion: 50, Rigel1: 2
public const int WattTotal = 22;
protected override IReadOnlyList<byte> RecordMax { get; }