diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-03 16:18:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-03 17:45:25 -0500 |
commit | 7af1b35d17b7077b13e04c2717b48a55960fa8ce (patch) | |
tree | 75e74cfc0e365ec2aab4395f8ede0d8b8824db47 /src/wild_pokemon_area.c | |
parent | 1aa1f189721ba9c21597bae047282c4a785ab400 (diff) |
Sync some specials/drop unnecessary prefixes
Diffstat (limited to 'src/wild_pokemon_area.c')
-rw-r--r-- | src/wild_pokemon_area.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wild_pokemon_area.c b/src/wild_pokemon_area.c index 3c5afaf25..28c07abc7 100644 --- a/src/wild_pokemon_area.c +++ b/src/wild_pokemon_area.c @@ -244,7 +244,7 @@ static s32 CountRoamerNests(u16 species, struct Subsprite * subsprites) roamerIdx = GetRoamerIndex(species); if (roamerIdx < 0) return 0; - if (sRoamerPairs[roamerIdx].starter != ScrSpecial_GetStarter()) + if (sRoamerPairs[roamerIdx].starter != GetStarterSpecies()) return 0; roamerLocation = GetRoamerLocationMapSectionId(); dexAreaEntryLUTidx = 0; |