diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 14:47:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 14:47:34 -0500 |
commit | ecb13cdbf722aacbceca1b7a2e7514e5dd1ec83a (patch) | |
tree | fd793b04244bc8a82cf79bf5be8258848b8cbc75 /include/constants | |
parent | f872ac1b80ee6a0b91ce313b429839dfbc2313cd (diff) | |
parent | d98bd4dba70eed415d36cb67e12c79d851b1964a (diff) |
Merge pull request #1550 from GriffinRichards/doc-pokenav
Document Pokénav
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/pokemon.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 5b6b8cb5e..9fa023cd5 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -270,7 +270,9 @@ #define FRIENDSHIP_EVENT_FAINT_FIELD_PSN 7 #define FRIENDSHIP_EVENT_FAINT_LARGE 8 // If opponent was >= 30 levels higher. See AdjustFriendshipOnBattleFaint -#define MAX_FRIENDSHIP 0xFF +#define MAX_FRIENDSHIP 255 +#define MAX_SHEEN 255 +#define MAX_CONDITION 255 #define MAX_PER_STAT_IVS 31 #define MAX_IV_MASK 31 |