mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
16 lines
510 B
C
16 lines
510 B
C
#ifndef GUARD_CONTEST_LINK_UTIL_H
|
|
#define GUARD_CONTEST_LINK_UTIL_H
|
|
|
|
void sub_80C2358(void);
|
|
void Contest_GetTrainerNameI_StringVar1(void);
|
|
void Contest_GetNicknameI_StringVar1(void);
|
|
void sub_80C48C8(void);
|
|
void Contest_GetSpeciesNameI_StringVar1(void);
|
|
void sub_80C4940(void);
|
|
void ContestLinkTransfer(u8 category);
|
|
u8 LinkContest_GetLeaderIndex(u8 *a0);
|
|
void Contest_CopyAndConvertTrainerName_Intl(u8 *, const u8 *);
|
|
void Contest_CopyAndConvertNicknameI_Intl(u8 *, u8);
|
|
|
|
#endif // GUARD_CONTEST_LINK_UTIL_H
|