diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-26 21:55:21 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-26 21:55:21 -0500 |
commit | 08a79136313ec5d82d1e62f3c9bcd2c9967a9e89 (patch) | |
tree | 8aecec0d20945fc3bb367f48194ed8001146cbde /include/link.h | |
parent | 4ba3b9f592e2a23bb57e59ca41acd0cfb27a0d84 (diff) | |
parent | 914f7fc6645ee456994f7a34bc6dac2c165a6392 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into evobjmv
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); |