mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-20 19:49:07 -05:00
Merge pull request #1920 from LOuroboros/vitamins
Fixed an incorrect #elif
This commit is contained in:
commit
cb0266fb86
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user