summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-18 17:50:55 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-18 17:50:55 -0400
commit014596dea5e5c0c3e76aa0731d914573597144ef (patch)
tree9426358737279dbf8976407078040463d8156d2e /include
parented16a7409ae9c808a110975dec1930f9f949a6d6 (diff)
Document and refactor AdjustFriendship
Diffstat (limited to 'include')
-rw-r--r--include/constants/pokemon.h7
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