diff options
author | YamaArashi <shadow962@live.com> | 2016-10-21 17:15:11 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-21 17:15:11 -0700 |
commit | a741c108cd7a2abf5d82b332261f7f6cbaf179f5 (patch) | |
tree | fbd5de713518f379e2f3e7cd68fb1d53ecd7ae48 /include/link.h | |
parent | 51661b34997465e7a89b3afbaa021dab69718531 (diff) |
decompile more rom4 functions
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h index ba6bcd6f9..f857b6d19 100644 --- a/include/link.h +++ b/include/link.h @@ -129,6 +129,8 @@ extern u16 gRecvCmds[CMD_LENGTH][MAX_LINK_PLAYERS]; extern u32 gLinkStatus; extern u16 gSendCmd[CMD_LENGTH]; extern u8 gShouldAdvanceLinkState; +extern struct LinkPlayer gLinkPlayers[]; +extern u16 word_3002910[]; void Task_DestroySelf(u8); void sub_8007270(u8); |