summaryrefslogtreecommitdiff
path: root/include/cable_club.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-06-03 18:00:53 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-06-06 16:10:03 -0400
commit3f97763181c486cf537ac187036b086e1f222cfc (patch)
tree07ea98a326f5bbd570f7babc94f2662c4833f43d /include/cable_club.h
parent9190af73b7ebe690be7204c023d4c14d0241af29 (diff)
Document cable_club.c
Diffstat (limited to 'include/cable_club.h')
-rw-r--r--include/cable_club.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cable_club.h b/include/cable_club.h
index 72e344009..515960dfd 100644
--- a/include/cable_club.h
+++ b/include/cable_club.h
@@ -9,12 +9,12 @@
// Exported ROM declarations
-void sub_80B37D4(TaskFunc taskFunc);
-u8 sub_80B3050(void);
+void CreateTask_EnterCableClubSeat(TaskFunc taskFunc);
+u8 CreateTask_ReestablishCableClubLink(void);
void CB2_ReturnFromCableClubBattle(void);
-bool32 sub_80B2AF4(u16 *arg0, u16 *arg1);
+bool32 AreBattleTowerLinkSpeciesSame(u16 *speciesList1, u16 *speciesList2);
void sub_80B3AF8(u8 taskId);
-void task00_08081A90(u8 taskId);
+void Task_WaitForLinkPlayerConnection(u8 taskId);
bool32 GetLinkTrainerCardColor(u8 linkPlayerIndex);
#endif //GUARD_CABLE_CLUB_H