diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-28 17:48:05 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-28 17:54:39 -0800 |
| commit | 7c1c612c9ba95b47f33cfd217ab99c4c9102531e (patch) | |
| tree | 80c3483afb7c3b6795a1320e5afe0570b26c4889 /src/manager/miscManager.c | |
| parent | b32553e4902f91481ec9336a238d26bd355c7d2f (diff) | |
fix fakematch in LinkHoldingItem_Action3
Diffstat (limited to 'src/manager/miscManager.c')
| -rw-r--r-- | src/manager/miscManager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/miscManager.c b/src/manager/miscManager.c index 5ae26ace..80d4cffc 100644 --- a/src/manager/miscManager.c +++ b/src/manager/miscManager.c @@ -364,7 +364,7 @@ void MiscManager_TypeB(MiscManager* this) { bool32 sub_080593CC(MiscManager* this) { if (!(gPlayerState.flags & PL_MINISH) && gPlayerState.swim_state != 0 && gPlayerEntity.animationState == 0 && - (gPlayerState.playerInput.heldInput & PLAYER_INPUT_ANY_DIRECTION) == PLAYER_INPUT_UP) { + (gPlayerState.playerInput.heldInput & INPUT_ANY_DIRECTION) == INPUT_UP) { return EntityWithinDistance(&gPlayerEntity, this->unk_38, this->unk_3a + 0xC, 6); } return FALSE; |
