diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-12 12:17:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-12 12:17:23 -0700 |
commit | 32b0e102cf7ac8f6ec7f0e49324532c800d6b038 (patch) | |
tree | a8772aef963bab43e6c8af4984ab26ecd408a03f /include/link.h | |
parent | 6bb761a7115a09a846bec7f97c51e02ebd6dcaa6 (diff) | |
parent | 3a72e6a80d52215533936f92efbe8e4f3454b7e6 (diff) |
Merge pull request #287 from DizzyEggg/easy_chat
Pikalax's Easy chat
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h index b1b5a6d04..9561728bd 100644 --- a/include/link.h +++ b/include/link.h @@ -301,5 +301,6 @@ void sub_8009FAC(void); bool8 sub_800A4D8(u8 a0); u8 sub_800A9D8(void); u8 sub_800A0C8(s32, s32); +u16 *sub_801B058(void); #endif // GUARD_LINK_H |