diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-05 22:13:59 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-05 22:13:59 +0100 |
commit | 258ec3162f981932a83d08e404f1944a12b3f952 (patch) | |
tree | e27f82eb3379f76720675dff72e1d89f63458799 /src/new_game.c | |
parent | 3159e958b8ce08101e8711b4acc6d51b90fcb7cb (diff) |
frontier util review changes
Diffstat (limited to 'src/new_game.c')
-rw-r--r-- | src/new_game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c index d3b8c9d7b..cdabd5ccc 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -204,7 +204,7 @@ void NewGameInitData(void) copy_strings_to_sav1(); SetLilycoveLady(); ResetAllApprenticeData(); - ClearnRankingHallRecords(); + ClearRankingHallRecords(); sub_8195E10(); sub_801AFD8(); sub_800E5AC(); |