diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 10:57:20 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 10:57:20 -0400 |
commit | 61a06dffe79d03c0d57f70db646655c74af7147a (patch) | |
tree | a02263139e031466b5ec67faa3db2e5a82fdb832 /src/itemfinder.c | |
parent | d79a499d9195f07e8d253943f15c5bcc8370e9b3 (diff) |
Address review comments
Diffstat (limited to 'src/itemfinder.c')
-rw-r--r-- | src/itemfinder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itemfinder.c b/src/itemfinder.c index 7ade34849..ab455d240 100644 --- a/src/itemfinder.c +++ b/src/itemfinder.c @@ -150,7 +150,7 @@ void ItemUseOnFieldCB_Itemfinder(u8 taskId) static void Task_NoResponse_CleanUp(u8 taskId) { ClearDialogWindowAndFrame(0, TRUE); - sub_80696C0(); + ClearPlayerHeldMovementAndUnfreezeObjectEvents(); ScriptContext2_Disable(); DestroyTask(taskId); } @@ -486,7 +486,7 @@ static void Task_ItemfinderResponseCleanUp(u8 taskId) { DestroyArrowAndStarTiles(); ClearDialogWindowAndFrame(0, TRUE); - sub_80696C0(); + ClearPlayerHeldMovementAndUnfreezeObjectEvents(); ScriptContext2_Disable(); DestroyTask(taskId); } |