diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-23 17:04:44 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-24 18:03:06 -0400 |
commit | 004c37bf022f9ab8a4307306f84cb20ac1dc9518 (patch) | |
tree | bf5ee0168db1a3763262d426f3d761cd3533ae62 /include/link.h | |
parent | f823cd224fcc24c756fc66c229fb4cb24e60638d (diff) |
Sync ereader_helpers with pokefirered
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 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; |