summaryrefslogtreecommitdiff
path: root/src/roamer.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-03 16:18:45 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-03 17:45:25 -0500
commit7af1b35d17b7077b13e04c2717b48a55960fa8ce (patch)
tree75e74cfc0e365ec2aab4395f8ede0d8b8824db47 /src/roamer.c
parent1aa1f189721ba9c21597bae047282c4a785ab400 (diff)
Sync some specials/drop unnecessary prefixes
Diffstat (limited to 'src/roamer.c')
-rw-r--r--src/roamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roamer.c b/src/roamer.c
index cf30dc3d2..25b5109b0 100644
--- a/src/roamer.c
+++ b/src/roamer.c
@@ -61,7 +61,7 @@ void ClearRoamerData(void)
#define GetRoamerSpecies() ({\
u16 a;\
- switch (ScrSpecial_GetStarter())\
+ switch (GetStarterSpecies())\
{\
default:\
a = SPECIES_RAIKOU;\