2017-11-04 01:59:29 +01:00
|
|
|
#ifndef GUARD_CABLE_CLUB_H
|
|
|
|
#define GUARD_CABLE_CLUB_H
|
|
|
|
|
2018-08-11 23:51:54 +02:00
|
|
|
#include "task.h"
|
|
|
|
|
2017-11-04 01:59:29 +01:00
|
|
|
// Exported type declarations
|
|
|
|
|
|
|
|
// Exported RAM declarations
|
|
|
|
|
|
|
|
// Exported ROM declarations
|
|
|
|
|
|
|
|
void sub_80B37D4(TaskFunc taskFunc);
|
2017-11-04 15:15:58 +01:00
|
|
|
u8 sub_80B3050(void);
|
2018-06-03 22:39:10 +02:00
|
|
|
void sub_80B360C(void);
|
2018-06-04 12:07:32 +02:00
|
|
|
bool32 sub_80B2AF4(u16 *arg0, u16 *arg1);
|
2018-08-11 23:51:54 +02:00
|
|
|
void sub_80B3AF8(u8 taskId);
|
2018-10-13 19:41:10 +02:00
|
|
|
void task00_08081A90(u8 taskId);
|
2019-02-10 06:50:46 +01:00
|
|
|
bool32 GetLinkTrainerCardColor(u8 linkPlayerIndex);
|
2017-11-04 01:59:29 +01:00
|
|
|
|
|
|
|
#endif //GUARD_CABLE_CLUB_H
|