Label battle tower link script
This commit is contained in:
@@ -7,7 +7,7 @@ void CreateTask_EnterCableClubSeat(TaskFunc taskFunc);
|
||||
u8 CreateTask_ReestablishCableClubLink(void);
|
||||
void CB2_ReturnFromCableClubBattle(void);
|
||||
bool32 AreBattleTowerLinkSpeciesSame(u16 *speciesList1, u16 *speciesList2);
|
||||
void sub_80B3AF8(u8 taskId);
|
||||
void Task_ReconnectWithLinkPlayers(u8 taskId);
|
||||
void Task_WaitForLinkPlayerConnection(u8 taskId);
|
||||
bool32 GetLinkTrainerCardColor(u8 linkPlayerIndex);
|
||||
|
||||
|
||||
@@ -33,9 +33,9 @@
|
||||
#define BATTLE_TOWER_LINK_CONTINUE 0
|
||||
#define BATTLE_TOWER_LINK_RETIRE 1
|
||||
|
||||
#define BATTLE_TOWER_LINKSTAT_CONTINUE 0
|
||||
#define BATTLE_TOWER_LINKSTAT_BOTH_RETIRE 1
|
||||
#define BATTLE_TOWER_LINKSTAT_PARTNER_RETIRE 2
|
||||
#define BATTLE_TOWER_LINKSTAT_PLAYER_RETIRE 3
|
||||
#define BATTLE_TOWER_LINKSTAT_CONTINUE 0
|
||||
#define BATTLE_TOWER_LINKSTAT_BOTH_RETIRE 1
|
||||
#define BATTLE_TOWER_LINKSTAT_MEMBER_RETIRE 2
|
||||
#define BATTLE_TOWER_LINKSTAT_LEADER_RETIRE 3
|
||||
|
||||
#endif //GUARD_CONSTANTS_BATTLE_TOWER_H
|
||||
|
||||
Reference in New Issue
Block a user