Gen7Data/Scripts/Interfaces/ItemCategory.astypedef

11 lines
130 B
Plaintext

enum ItemCategory {
Misc = 0,
Pokeball = 1,
Medicine = 2,
Berry = 3,
TM = 4,
VariantChanger = 5,
KeyItem = 6,
Mail = 7,
}