summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorGriffinR <25753467+GriffinRichards@users.noreply.github.com>2019-08-04 23:12:49 -0400
committerhuderlem <huderlem@gmail.com>2019-08-21 17:06:55 -0500
commit7fc99f39525a89aa0f3158b98bc61e709bebdfa2 (patch)
treeea547e85075467f7b644d9e312d35144d320e009 /src/new_game.c
parent771a7b25faf62748ef82534a6838dbf32377ebef (diff)
favor lady funcs
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c
index ee67da9be..b4d9ba9b3 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -198,7 +198,7 @@ void NewGameInitData(void)
ScriptContext2_RunNewScript(EventScript_ResetAllMapFlags);
ResetMiniGamesResults();
copy_strings_to_sav1();
- SetLilycoveLady();
+ InitLilycoveLady();
ResetAllApprenticeData();
ClearRankingHallRecords();
InitMatchCallCounters();