summaryrefslogtreecommitdiff
path: root/include/constants/evolve_type.h
blob: 588484afd5a337855c6f82512b99cf555dd4e4a4 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GUARD_CONSTANTS_EVOLVE_TYPE_H
#define GUARD_CONSTANTS_EVOLVE_TYPE_H

#define EVOLVE_TYPE_NONE 0
#define EVOLVE_TYPE_LEVEL 1
#define EVOLVE_TYPE_IQ 2
#define EVOLVE_TYPE_ITEM 3
#define EVOLVE_TYPE_LINK_CABLE 13

#endif