diff options
-rw-r--r-- | Repeated-Field-Medicine-Use.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repeated-Field-Medicine-Use.md b/Repeated-Field-Medicine-Use.md index c4e5e28..d9d8e90 100644 --- a/Repeated-Field-Medicine-Use.md +++ b/Repeated-Field-Medicine-Use.md @@ -100,7 +100,7 @@ Finally, find `Task_DisplayHPRestoredMessage`. Replace `gTasks[taskId].func = Ta Credits: AsparagusEduardo, ghoulslash, Alex N -You may also want to use this for Rare Candies, so all you have to do is find `PartyMenuTryEvolution` and replace it with: +You may also want to use this for Rare Candies, so what you have to do is find `PartyMenuTryEvolution` and replace it with: ```c static void PartyMenuTryEvolution(u8 taskId) { |