diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-04 19:51:26 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-04 19:51:26 -0500 |
commit | 92fd61d6f28b28fb50421aaba6a978850ed87629 (patch) | |
tree | 4fce65e4a29fc02abe0ad66cbb0930831ae1e873 /include/link.h | |
parent | 0b58905eeaf63584af069f9f74360aaf52b407b8 (diff) |
through sub_800E604
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index b33b7a012..32fadc5ea 100644 --- a/include/link.h +++ b/include/link.h @@ -191,7 +191,7 @@ extern u16 gLinkType; extern u32 gLinkStatus; extern u16 gBlockRecvBuffer[MAX_RFU_PLAYERS][BLOCK_BUFFER_SIZE / 2]; extern u16 gSendCmd[CMD_LENGTH]; -extern struct LinkPlayer gLinkPlayers[]; +extern struct LinkPlayer gLinkPlayers[5]; extern u16 word_3002910[]; extern bool8 gReceivedRemoteLinkPlayers; extern bool8 gWirelessCommType; |