diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-01 14:20:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-01 14:20:34 -0400 |
commit | 9f1d1219cec0643bb6e58cb2cdba07ca6f8587ed (patch) | |
tree | 69953231db763f0b05b90d801128adb65dd40e0b /include | |
parent | ce89cf6f75a94e08d02cc8c60147469c91ea99c9 (diff) |
create header and fix prototypes
Diffstat (limited to 'include')
-rw-r--r-- | include/union_room_player_avatar.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/union_room_player_avatar.h b/include/union_room_player_avatar.h new file mode 100644 index 000000000..9870d0981 --- /dev/null +++ b/include/union_room_player_avatar.h @@ -0,0 +1,14 @@ +#ifndef GUARD_UNION_ROOM_PLAYER_AVATAR_H +#define GUARD_UNION_ROOM_PLAYER_AVATAR_H + +u8 sub_8019BA8(struct UnkStruct_8019BA8 * ptr); +void sub_8019E3C(void); +void sub_8019E70(u8 *arg0, s32 arg1); +void sub_8019F04(u8 *spriteIds); +void sub_8019F2C(void); +void sub_801A274(struct UnkStruct_URoom *arg0); +void sub_801A284(struct UnkStruct_URoom *arg0); +bool32 sub_801A2A8(struct UnkStruct_Main0 *arg0, s16 *arg1, s16 *arg2, u8 *arg3); +void sub_801A3D0(u32 arg0, u32 arg1, struct UnkStruct_Main0 *arg2); + +#endif //GUARD_UNION_ROOM_PLAYER_AVATAR_H |