summaryrefslogtreecommitdiff
path: root/src/roamer.c
diff options
context:
space:
mode:
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;\