diff options
author | scnorton <scnorton@biociphers.org> | 2019-04-09 11:23:33 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-04-09 11:23:33 -0400 |
commit | d54a9b56da080285db359610fb76aa402e1de249 (patch) | |
tree | 84f5049f12357250e46cbe8eb1168efe374d6d80 /include | |
parent | 7f920b887f9a060524347b4cc3a5e3f3abdd3b03 (diff) |
through sub_812EB2C
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/species.h | 3 | ||||
-rw-r--r-- | include/wild_encounter.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/species.h b/include/constants/species.h index f698ada14..9cb239799 100644 --- a/include/constants/species.h +++ b/include/constants/species.h @@ -445,6 +445,9 @@ #define SPECIES_UNOWN_EMARK 438 #define SPECIES_UNOWN_QMARK 439 +#define SPECIES_OLD_UNOWN_EMARK 412 +#define SPECIES_OLD_UNOWN_QMARK 413 + #define NUM_SPECIES SPECIES_EGG #endif // GUARD_CONSTANTS_SPECIES_H diff --git a/include/wild_encounter.h b/include/wild_encounter.h index 2186e0b4f..b4c42116a 100644 --- a/include/wild_encounter.h +++ b/include/wild_encounter.h @@ -43,5 +43,6 @@ u16 GetLocalWildMon(bool8 *isWaterMon); u16 GetLocalWaterMon(void); bool8 UpdateRepelCounter(void); void sub_8082740(u8); +u8 GetUnownLetterByPersonality(u32 personality); #endif // GUARD_WILD_ENCOUNTER_H |