set limit to 252 (#23)
Some checks failed
CI / build (push) Has been cancelled

Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
2026-01-30 18:22:13 +10:30
parent 7b6bdab12a
commit 7a7b469b54

View File

@@ -202,7 +202,7 @@
#define USE_RANDOM_IVS (MAX_PER_STAT_IVS + 1)
#define MAX_PER_STAT_EVS 255
#define MAX_TOTAL_EVS 510
#define EV_ITEM_RAISE_LIMIT 100
#define EV_ITEM_RAISE_LIMIT 252
// Battle move flags
#define FLAG_MAKES_CONTACT (1 << 0)