diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-22 10:19:58 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-22 10:19:58 -0500 |
commit | 944f150b5ed0cccf30763f05f669f6210b10e2c1 (patch) | |
tree | 51bd656c762078d9403c676d5e9f24dcfb0522a3 /include | |
parent | 26716a87337370a56e59b206a4e7767384797235 (diff) |
Static methods in union_room.c; remove src/data/union_room.h
Diffstat (limited to 'include')
-rw-r--r-- | include/union_room_player_avatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/union_room_player_avatar.h b/include/union_room_player_avatar.h index 68d64736d..46e448e83 100644 --- a/include/union_room_player_avatar.h +++ b/include/union_room_player_avatar.h @@ -9,5 +9,7 @@ void sub_811BECC(struct UnkStruct_URoom *arg0); void sub_811BEDC(struct UnkStruct_URoom *arg0); bool32 sub_811BF00(struct UnkStruct_Main0 *arg0, s16 *arg1, s16 *arg2, u8 *arg3); void sub_811C028(u32 arg0, u32 arg1, struct UnkStruct_Main0 *arg2); +u8 sub_811B754(struct UnkStruct_8019BA8 * ptr); +void sub_811BA78(void); #endif //GUARD_UNION_ROOM_PLAYER_AVATAR_H |