diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-15 12:56:14 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-16 23:35:17 -0400 |
commit | 845a5e99cc01607aae5f74c3e5e700a72734145f (patch) | |
tree | 26f3f6afd17d97b662aaba249fb165f380b15098 /src/new_game.c | |
parent | e3bb257bcf4ec855a0a45794c2838f0e2b5708f5 (diff) |
General mystery gift documentation, finish mystery gift client/server/scripts
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 2a950efbc..c4622820c 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -200,7 +200,7 @@ void NewGameInitData(void) ResetAllApprenticeData(); ClearRankingHallRecords(); InitMatchCallCounters(); - sub_801AFD8(); + ClearMysteryGift(); WipeTrainerNameRecords(); ResetTrainerHillResults(); ResetContestLinkResults(); |