From 014596dea5e5c0c3e76aa0731d914573597144ef Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 18 Mar 2021 17:50:55 -0400 Subject: Document and refactor AdjustFriendship --- include/constants/pokemon.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3