mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 09:08:02 +00:00
26f45d44d0
https://projectpokemon.org/home/forums/topic/45683-pkhex-made-odd-number-of-zygarde-cells-usm/?do=findComment&comment=232476 Thanks @sora10pls for documenting what each flag does
8 lines
No EOL
122 B
C#
8 lines
No EOL
122 B
C#
namespace PKHeX.Core
|
|
{
|
|
internal enum OPowerFlagState : byte
|
|
{
|
|
Locked = 0,
|
|
Unlocked = 1,
|
|
}
|
|
} |