diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-08 18:16:57 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-10 17:30:59 -0400 |
commit | 2859900ea9aa6f381006976fa94b95e6a4cad0b7 (patch) | |
tree | e25344fcdbc6b245518d69678e6a69f275b5713c /include/union_room_player_avatar.h | |
parent | 35867f531bbcfaf360045160734a1ff09ce0f6d8 (diff) |
Second pass on documenting union room
Diffstat (limited to 'include/union_room_player_avatar.h')
-rw-r--r-- | include/union_room_player_avatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/union_room_player_avatar.h b/include/union_room_player_avatar.h index 072126949..c7add758a 100644 --- a/include/union_room_player_avatar.h +++ b/include/union_room_player_avatar.h @@ -8,7 +8,7 @@ void DestroyGroupMemberSprites(u8 *spriteIds); void SetTilesAroundUnionRoomPlayersPassable(void); void ScheduleUnionRoomPlayerRefresh(struct WirelessLink_URoom *uroom); void HandleUnionRoomPlayerRefresh(struct WirelessLink_URoom *uroom); -bool32 TrySetUnionRoomMemberFacePlayer(struct UnkStruct_Main0 *main0, s16 *directionPtr, s16 *playerIdxPtr, u8 *spriteIds); +bool32 TryInteractWithUnionRoomMember(struct UnkStruct_Main0 *main0, s16 *directionPtr, s16 *playerIdxPtr, u8 *spriteIds); void UpdateUnionRoomMemberFacing(u32 currDirection, u32 playerIdx, struct UnkStruct_Main0 *main0); #endif //GUARD_UNION_ROOM_PLAYER_AVATAR_H |