PKHeX/PKHeX.Core/PKM/Shared/AlcremieDecoration.cs
Kurt d077d8549e Add alcremie form display for dex edit
Nothing for the PKM Editor; not sure how I want to handle the reused
FormDuration work value.

For the meantime, just use the Batch Editor for a targeted write.

Closes #2441
2019-11-17 09:34:04 -08:00

13 lines
214 B
C#

namespace PKHeX.Core
{
public enum AlcremieDecoration
{
Strawberry = 0,
Berry = 1,
Love = 2,
Star = 3,
Clover = 4,
Flower = 5,
Ribbon = 6,
}
}