Fix a sloppy copy paste

This commit is contained in:
Bassoonian 2023-05-15 11:46:26 +02:00
parent fd8570640c
commit 0266d3ff82

View File

@ -4490,7 +4490,7 @@ void ItemUseCB_BattleChooseMove(u8 taskId, TaskFunc task)
gTasks[taskId].func = Task_HandleWhichMoveInput;
}
void ItemUsevoid ItemUseCB_Medicine(u8 taskId, TaskFunc task)
void ItemUseCB_Medicine(u8 taskId, TaskFunc task)
{
u16 hp = 0;
struct Pokemon *mon = &gPlayerParty[gPartyMenu.slotId];