summaryrefslogtreecommitdiff
path: root/include/link.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-23 17:04:44 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-04-24 18:03:06 -0400
commit004c37bf022f9ab8a4307306f84cb20ac1dc9518 (patch)
treebf5ee0168db1a3763262d426f3d761cd3533ae62 /include/link.h
parentf823cd224fcc24c756fc66c229fb4cb24e60638d (diff)
Sync ereader_helpers with pokefirered
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h
index 3b621e6c1..407dbabb9 100644
--- a/include/link.h
+++ b/include/link.h
@@ -323,7 +323,7 @@ extern bool8 gSavedLinkPlayerCount;
extern u8 gSavedMultiplayerId;
extern struct LinkTestBGInfo gLinkTestBGInfo;
extern void (*gLinkCallback)(void);
-extern bool8 gShouldAdvanceLinkState;
+extern u8 gShouldAdvanceLinkState;
extern u16 gLinkTestBlockChecksums[MAX_LINK_PLAYERS];
extern u8 gBlockRequestType;
extern u8 gLastSendQueueCount;