diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-22 21:01:33 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-22 21:01:33 -0500 |
commit | cc0d7a675d5fc85adac3bd94387c54e0eb507495 (patch) | |
tree | 83513d41e8d5d27a86d38d54b33bd97134a7aaca /include/link.h | |
parent | c723b341c50df19f8951353a7efd4ab83bf56833 (diff) |
Rename some static functions
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 367add625..6581fdbba 100644 --- a/include/link.h +++ b/include/link.h @@ -167,7 +167,7 @@ u8 GetMultiplayerId(void); u8 bitmask_all_link_players_but_self(void); bool8 SendBlock(u8, void *, u16); bool8 sub_8007E9C(u8); -bool8 sub_8007ECC(void); +bool8 IsLinkTaskFinished(void); u8 GetBlockReceivedStatus(void); void ResetBlockReceivedFlags(void); void ResetBlockReceivedFlag(u8); |