diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-23 19:38:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-23 19:38:45 -0400 |
commit | 5641a3bfe39fcb8a2babf082a3fca96a193c83d1 (patch) | |
tree | a7213f2ecde5c0ec456aa19b853b02aa064f925d /include/constants | |
parent | 4e9d76d3052db037bd92870eb6a7e086a566065f (diff) |
through SetAreaHasMon
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/species.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/species.h b/include/constants/species.h index f698ada14..dc9856081 100644 --- a/include/constants/species.h +++ b/include/constants/species.h @@ -447,4 +447,10 @@ #define NUM_SPECIES SPECIES_EGG +#ifdef SAPPHIRE +#define ROAMER_SPECIES SPECIES_LATIAS +#else +#define ROAMER_SPECIES SPECIES_LATIOS +#endif + #endif // GUARD_CONSTANTS_SPECIES_H |