mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
d077d8549e
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
13 lines
214 B
C#
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,
|
|
}
|
|
}
|