From 5641a3bfe39fcb8a2babf082a3fca96a193c83d1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 23 Apr 2018 19:38:45 -0400 Subject: through SetAreaHasMon --- include/constants/species.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/constants') 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 -- cgit v1.2.3