Document party menu

This commit is contained in:
cbt6
2022-09-17 14:29:32 +08:00
parent 803c686569
commit 61ad87a314
10 changed files with 423 additions and 454 deletions
+2 -2
View File
@@ -414,7 +414,7 @@ void FieldUseFunc_Medicine(u8 taskId)
void FieldUseFunc_Ether(u8 taskId)
{
gItemUseCB = ItemUseCB_PPRecovery;
gItemUseCB = ItemUseCB_TryRestorePP;
sub_80A16D0(taskId);
}
@@ -817,7 +817,7 @@ static void sub_80A1FD8(u8 taskId)
void BattleUseFunc_Ether(u8 taskId)
{
gItemUseCB = ItemUseCB_PPRecovery;
gItemUseCB = ItemUseCB_TryRestorePP;
ItemUse_SwitchToPartyMenuInBattle(taskId);
}