summaryrefslogtreecommitdiff
path: root/include/link.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-29 21:11:40 -0800
committerYamaArashi <shadow962@live.com>2016-12-29 21:16:25 -0800
commit9eceeb2a37763413b015f8fc01da9ec7d35c8d16 (patch)
tree76e32cd0c8041dd7fdae6e1fcb340cc9fd67e004 /include/link.h
parent6b12bb0b52b2a65b6033b7d1c2eae7a182fc4279 (diff)
decompile mystery_event_menu.c
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h
index 694339164..a5d30a473 100644
--- a/include/link.h
+++ b/include/link.h
@@ -124,11 +124,13 @@ struct Link
extern struct Link gLink;
extern u16 gRecvCmds[CMD_LENGTH][MAX_LINK_PLAYERS];
+extern u16 gLinkType;
extern u32 gLinkStatus;
extern u16 gSendCmd[CMD_LENGTH];
extern u8 gShouldAdvanceLinkState;
extern struct LinkPlayer gLinkPlayers[];
extern u16 word_3002910[];
+extern bool8 gReceivedRemoteLinkPlayers;
void Task_DestroySelf(u8);
void sub_8007270(u8);