diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-23 12:51:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-23 12:51:58 -0400 |
commit | 18a567fb29aab58250170ecb3a0ac4f5d19094a9 (patch) | |
tree | 85b1d63b147a6b148bfd2f738c07ce59a34042a3 /src/contest_link_util.c | |
parent | ed0546faaeee4e41ac9b0906bfcbac3e50aa7b22 (diff) |
Document remaining contest.c functions
Diffstat (limited to 'src/contest_link_util.c')
-rw-r--r-- | src/contest_link_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest_link_util.c b/src/contest_link_util.c index 442668b9c..0d3d77ae2 100644 --- a/src/contest_link_util.c +++ b/src/contest_link_util.c @@ -388,7 +388,7 @@ static void sub_80C255C(u8 taskId) static void sub_80C25A4(u8 taskId) { - SetTaskFuncWithFollowupFunc(taskId, sub_80C89DC, sub_80C25C0); + SetTaskFuncWithFollowupFunc(taskId, Task_LinkContest_CommunicateMonIdxs, sub_80C25C0); } static void sub_80C25C0(u8 taskId) |