diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-26 07:36:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 07:36:07 -0700 |
commit | 260ec0d276221c9252b2276a50587fb708f79fcf (patch) | |
tree | 3ae24d0475d4d0ac67f680908c6869122007e85d /src/roamer.c | |
parent | ec4cf65aa0c4194f5314f5b7c7b63264ce997b98 (diff) | |
parent | 7f2ac54fbee67b9e3ee0085f773d68d2d4aadcd7 (diff) |
Merge pull request #602 from PikalaxALT/pokedex_area_screen
Pokedex Area Screen
Diffstat (limited to 'src/roamer.c')
-rw-r--r-- | src/roamer.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/roamer.c b/src/roamer.c index 459082e42..57dd0745b 100644 --- a/src/roamer.c +++ b/src/roamer.c @@ -6,12 +6,6 @@ #include "region_map.h" #include "constants/species.h" -#ifdef SAPPHIRE -#define ROAMER_SPECIES SPECIES_LATIAS -#else -#define ROAMER_SPECIES SPECIES_LATIOS -#endif - enum { MAP_GRP = 0, // map group |