mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
parent
105d8f415d
commit
19ff1f584a
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue