#elif without condition bad, #else good

This commit is contained in:
LOuroboros 2021-11-19 18:49:30 -03:00
parent 7d71fe6ce8
commit ad8582064b

View File

@ -280,7 +280,7 @@
#define MAX_TOTAL_EVS 510
#if I_VITAMIN_EV_CAP >= GEN_8
#define EV_ITEM_RAISE_LIMIT MAX_PER_STAT_EVS
#elif
#else
#define EV_ITEM_RAISE_LIMIT 100
#endif