diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-08 10:23:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 10:23:22 -0400 |
commit | a3228d4c86494ee25aff60fc037805ddc1d47d32 (patch) | |
tree | 082b433e0f10e758799ce2501f49f959f2ce54b3 /include/contest_link.h | |
parent | 038befb44341f0fc22f522dd454d64cf4ad2df2e (diff) | |
parent | b86d6d05d92de28c35c899f4fbd03c1d542dc689 (diff) |
Merge pull request #828 from PikalaxALT/battle_struct_macros
Battle struct macros
Diffstat (limited to 'include/contest_link.h')
-rw-r--r-- | include/contest_link.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/contest_link.h b/include/contest_link.h new file mode 100644 index 000000000..3bd5fa2bb --- /dev/null +++ b/include/contest_link.h @@ -0,0 +1,14 @@ +#ifndef GUARD_CONTEST_LINK_H +#define GUARD_CONTEST_LINK_H + +void sub_80C8734(u8 taskId); +void Task_LinkContest_CommunicateRng(u8 taskId); +void Task_LinkContest_CommunicateMonIdxs(u8 taskId); +void Task_LinkContest_CommunicateLeaderIds(u8 taskId); +void Task_LinkContest_CommunicateRound1Points(u8 taskId); +void Task_LinkContest_CommunicateTurnOrder(u8 taskId); +u8 GetStringLanguage(const u8 *string); +void Task_LinkContest_Init(u8 taskId); +void Task_LinkContest_CommunicateCategory(u8 taskId); + +#endif // GUARD_CONTEST_LINK_H |