mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
15 lines
523 B
C
15 lines
523 B
C
#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
|