diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/pokemon.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 8a32ef7d1..1b4c6ef53 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -204,9 +204,10 @@ #define FRIENDSHIP_EVENT_LEAGUE_BATTLE 0x3 #define FRIENDSHIP_EVENT_LEARN_TMHM 0x4 #define FRIENDSHIP_EVENT_WALKING 0x5 -#define FRIENDSHIP_EVENT_FAINT_SMALL 0x6 -#define FRIENDSHIP_EVENT_FAINT_OUTSIDE_BATTLE 0x7 -#define FRIENDSHIP_EVENT_FAINT_LARGE 0x8 +#define FRIENDSHIP_EVENT_MASSAGE 0x6 +#define FRIENDSHIP_EVENT_FAINT_SMALL 0x7 +#define FRIENDSHIP_EVENT_FAINT_OUTSIDE_BATTLE 0x8 +#define FRIENDSHIP_EVENT_FAINT_LARGE 0x9 #define PARTY_SIZE 6 #define MAX_TOTAL_EVS 510 |