summaryrefslogtreecommitdiff
path: root/include/constants/easy_chat.h
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-06 19:49:14 -0500
committerGitHub <noreply@github.com>2019-11-06 19:49:14 -0500
commit2b944fd7213baa0d54003e0b876c4e3e5df4dfbd (patch)
treea6b514e610ec3ef32e597f1917c77d34f5e272e8 /include/constants/easy_chat.h
parent25d026aded10c9a9567d214e46bf41ff4153eb46 (diff)
parent1475c4d8da2e27734aa5a738e2287222c1e21386 (diff)
Merge branch 'master' into doc-trickhouse
Diffstat (limited to 'include/constants/easy_chat.h')
-rw-r--r--include/constants/easy_chat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/constants/easy_chat.h b/include/constants/easy_chat.h
index b97c2aaf2..8e82cfef0 100644
--- a/include/constants/easy_chat.h
+++ b/include/constants/easy_chat.h
@@ -1097,6 +1097,14 @@
#define EC_WORD_UGLY (EC_GROUP_TRENDY_SAYING << 9) | 0x20
#define NUM_ADDITIONAL_PHRASES 33
+// Special Berry Masters Wife phrases
+#define NOT_SPECIAL_PHRASE 0
+#define PHRASE_GREAT_BATTLE 1
+#define PHRASE_CHALLENGE_CONTEST 2
+#define PHRASE_OVERWHELMING_LATIAS 3
+#define PHRASE_COOL_LATIOS 4
+#define PHRASE_SUPER_HUSTLE 5
+
#define EC_POKEMON(mon) ((EC_GROUP_POKEMON << 9) | SPECIES_##mon)
#define EC_POKEMON2(mon) ((EC_GROUP_POKEMON_2 << 9) | SPECIES_##mon)
#define EC_MOVE(move) ((EC_GROUP_MOVE_1 << 9) | MOVE_##move)