Document Fossil Maniac and Berry Master route houses
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user