Merge pull request #1920 from LOuroboros/vitamins

Fixed an incorrect #elif
This commit is contained in:
ghoulslash 2021-11-19 16:57:19 -05:00 committed by GitHub
commit cb0266fb86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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