Skip to content

Commit

Permalink
Update item_use.c (#5415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian authored Sep 21, 2024
1 parent 39a8a77 commit 832a7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item_use.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ void FieldUseFunc_VsSeeker(u8 taskId)
SetUpItemUseOnFieldCallback(taskId);
}
else
DisplayDadsAdviceCannotUseItemMessage(taskId, gTasks[taskId].data[3]);
DisplayDadsAdviceCannotUseItemMessage(taskId, gTasks[taskId].tUsingRegisteredKeyItem);
}

void Task_ItemUse_CloseMessageBoxAndReturnToField_VsSeeker(u8 taskId)
Expand Down

0 comments on commit 832a7b2

Please sign in to comment.