diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:18:34 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:18:34 -0500 |
commit | bcf07cb83718813d1ca44475aa4a34ee1d52c39e (patch) | |
tree | 9cc54fcef0933030d15f94aa2297895670f28402 /include/link.h | |
parent | bc4d3b892a1685c0cb9cd368ba586031657c8710 (diff) | |
parent | 74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into script_pokemon_util
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h index 9465f0404..d61152d8a 100644 --- a/include/link.h +++ b/include/link.h @@ -259,5 +259,7 @@ void sub_80FA42C(void); void sub_800B284(struct LinkPlayer * linkPlayer); bool8 IsWirelessAdapterConnected(void); bool8 sub_800A474(u8 a0); +void LinkVSync(void); +bool8 HandleLinkConnection(void); #endif // GUARD_LINK_H |