diff options
Diffstat (limited to 'include/constants/evolve_type.h')
-rw-r--r-- | include/constants/evolve_type.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/constants/evolve_type.h b/include/constants/evolve_type.h new file mode 100644 index 0000000..588484a --- /dev/null +++ b/include/constants/evolve_type.h @@ -0,0 +1,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 |