diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 12:15:25 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 12:15:25 -0700 |
| commit | bfa69f594ce38e34ab3bcc9fb51ec45edae044d8 (patch) | |
| tree | 2bbfce5aa06af9a5fc6de395fbb72c1e5c960f82 /include | |
| parent | c0eae31c2c6fbe1694337ae74ed4360068bd3a0b (diff) | |
format
Diffstat (limited to 'include')
| -rw-r--r-- | include/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h index 273932aa..d5037141 100644 --- a/include/player.h +++ b/include/player.h @@ -374,7 +374,7 @@ void sub_080792D8(void); u32 sub_08078F74(Entity*); void sub_0807879C(Entity*); void PlayerSetNormalAndCollide(void); -bool32 PlayerTryDropItem(ItemBehavior* arg0, u32 unk); +bool32 PlayerTryDropObject(ItemBehavior* arg0, u32 unk); // player.s extern u32 PlayerCheckNEastTile(); |
