mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Fix hyper trained data editing
pb7 do have hyper training flags; add interface so code works appropriately. Closes #2190
This commit is contained in:
parent
9e23ca6efd
commit
c0960fdedb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace PKHeX.Core
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Notes about the next format
|
/// Notes about the next format
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class PB7 : PKM, IAwakened
|
public sealed class PB7 : PKM, IHyperTrain, IAwakened
|
||||||
{
|
{
|
||||||
public static readonly byte[] ExtraBytes =
|
public static readonly byte[] ExtraBytes =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue