pokeemerald/include/cable_club.h

16 lines
505 B
C
Raw Normal View History

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