diff options
Diffstat (limited to 'include/cable_club.h')
-rw-r--r-- | include/cable_club.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cable_club.h b/include/cable_club.h index ccdc6b98d..d89e8222c 100644 --- a/include/cable_club.h +++ b/include/cable_club.h @@ -8,7 +8,7 @@ // Exported RAM declarations // Exported ROM declarations -void sub_8081A90(u8 taskId); +void Task_WaitForReceivedRemoteLinkPlayers5SecondTimeout(u8 taskId); u8 CreateTask_ReestablishLinkInCableClubRoom(void); void CB2_ReturnFromCableClubBattle(void); bool32 GetSeeingLinkPlayerCardMsg(u8 who); |