PKHeX/PKHeX.Core/Saves/Substructures/Gen8/ValueBlocks/MenuOrderOption.cs
Kurt 70e7c01896 Add more block-key settings
Co-Authored-By: Matt <sora10pls@users.noreply.github.com>
2020-04-16 13:37:48 -07:00

17 lines
366 B
C#

namespace PKHeX.Core
{
public enum MenuOrderOption : uint
{
Pokédex = 0x00,
Pokémon = 0x01,
Bag = 0x02,
League_Card = 0x03,
Save = 0x04,
Town_Map = 0x05,
Pokémon_Camp = 0x06,
Mystery_Gift = 0x07,
VS = 0x08,
Options = 0x09,
}
}