sovereignx/include/cable_club.h

16 lines
505 B
C
Raw Normal View History

2017-11-04 00:59:29 +00:00
#ifndef GUARD_CABLE_CLUB_H
#define GUARD_CABLE_CLUB_H
2018-08-11 22:51:54 +01:00
#include "task.h"
2021-04-06 21:55:33 +01:00
#include "constants/cable_club.h"
2018-08-11 22:51:54 +01:00
2020-06-03 23:00:53 +01:00
void CreateTask_EnterCableClubSeat(TaskFunc taskFunc);
u8 CreateTask_ReestablishCableClubLink(void);
2020-05-30 09:09:21 +01:00
void CB2_ReturnFromCableClubBattle(void);
2020-06-03 23:00:53 +01:00
bool32 AreBattleTowerLinkSpeciesSame(u16 *speciesList1, u16 *speciesList2);
2021-03-04 22:48:40 +00:00
void Task_ReconnectWithLinkPlayers(u8 taskId);
2020-06-03 23:00:53 +01:00
void Task_WaitForLinkPlayerConnection(u8 taskId);
bool32 GetLinkTrainerCardColor(u8 linkPlayerIndex);
2017-11-04 00:59:29 +00:00
#endif //GUARD_CABLE_CLUB_H