Fix hyper trained data editing

pb7 do have hyper training flags; add interface so code works
appropriately.
Closes #2190
This commit is contained in:
Kurt 2018-12-02 09:01:35 -08:00
parent 9e23ca6efd
commit c0960fdedb

View file

@ -6,7 +6,7 @@ namespace PKHeX.Core
/// <summary>
/// Notes about the next format
/// </summary>
public sealed class PB7 : PKM, IAwakened
public sealed class PB7 : PKM, IHyperTrain, IAwakened
{
public static readonly byte[] ExtraBytes =
{