fixed teachy tv status tutorial

This commit is contained in:
cawtds 2024-05-26 22:48:15 +02:00
parent 253c75849b
commit 5b1cae6ebd

View File

@ -2366,7 +2366,7 @@ static void Task_Bag_TeachyTvStatus(u8 taskId)
CopyWindowToVram(0, COPYWIN_MAP);
DestroyListMenuTask(data[0], NULL, NULL);
RestorePlayerBag();
gItemUseCB = ItemUseCB_Medicine;
gItemUseCB = ItemUseCB_BattleScript;
ItemMenu_SetExitCallback(Pokedude_ChooseMonForInBattleItem);
gTasks[taskId].func = Task_Pokedude_FadeFromBag;
return;