diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 0d99ed5e8..cbad2c9ae 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -269,6 +269,8 @@ enum STAT_SPD, // 3 STAT_SPATK, // 4 STAT_SPDEF, // 5 + STAT_ACC, // 6 + STAT_EVA, // 7 }; struct BaseStats |