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 | |
parent | 4e9d76d3052db037bd92870eb6a7e086a566065f (diff) |
through SetAreaHasMon
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/species.h | 6 | ||||
-rw-r--r-- | include/roamer.h | 2 |
2 files changed, 8 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 diff --git a/include/roamer.h b/include/roamer.h index 6f0813eb8..18cb0b4e4 100644 --- a/include/roamer.h +++ b/include/roamer.h @@ -15,4 +15,6 @@ void Debug_CreateRoamer(void); void Debug_GetRoamerLocation(u8 *); #endif // DEBUG +void GetRoamerLocation(u8 *mapGroup, u8 *mapNum); + #endif // GUARD_ROAMER_H |