mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
Reverted EVs to be capped at 255, to maintain easier compat. with original games
This commit is contained in:
@@ -203,9 +203,9 @@
|
|||||||
#define MAX_PER_STAT_IVS 31
|
#define MAX_PER_STAT_IVS 31
|
||||||
#define MAX_IV_MASK 31
|
#define MAX_IV_MASK 31
|
||||||
#define USE_RANDOM_IVS (MAX_PER_STAT_IVS + 1)
|
#define USE_RANDOM_IVS (MAX_PER_STAT_IVS + 1)
|
||||||
#define MAX_PER_STAT_EVS 252
|
#define MAX_PER_STAT_EVS 255
|
||||||
#define MAX_TOTAL_EVS 510
|
#define MAX_TOTAL_EVS 510
|
||||||
#define EV_ITEM_RAISE_LIMIT 252
|
#define EV_ITEM_RAISE_LIMIT 255
|
||||||
|
|
||||||
// Battle move flags
|
// Battle move flags
|
||||||
#define FLAG_MAKES_CONTACT (1 << 0)
|
#define FLAG_MAKES_CONTACT (1 << 0)
|
||||||
|
Reference in New Issue
Block a user