diff options
author | camthesaxman <cameronghall@cox.net> | 2018-02-06 21:35:53 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-02-06 21:35:53 -0600 |
commit | 4ddd59b4cae97d152b08c49516641fb176095882 (patch) | |
tree | cb7d12d0eed90c0b25d5904a8c71a43f78df838c /include/overworld.h | |
parent | 377710a0cb9cd85f2d1d221c1de30f671b4286cd (diff) |
fix build
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/overworld.h b/include/overworld.h index 734f751d4..dc393cc63 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -189,9 +189,9 @@ u16 sub_8055438(u32); // sub_80554E4 s32 sub_80554F8(void); // unref_sub_8055568 -void sub_8055574(void); +u16 sub_8055574(void); u16 sub_8055588(void); -void sub_805559C(void); +u16 sub_805559C(void); void sub_80555B0(int linkPlayerId, int a2, struct UnkStruct_8054FF8 *a3); bool32 sub_8055618(struct UnkStruct_8054FF8 *); bool32 sub_8055630(struct UnkStruct_8054FF8 *); |