Document PokemonUseItemEffects
This commit is contained in:
@@ -6245,7 +6245,7 @@ static void Cmd_hpthresholds2(void)
|
||||
static void Cmd_useitemonopponent(void)
|
||||
{
|
||||
gBattlerInMenuId = gBattlerAttacker;
|
||||
PokemonUseItemEffects(&gEnemyParty[gBattlerPartyIndexes[gBattlerAttacker]], gLastUsedItem, gBattlerPartyIndexes[gBattlerAttacker], 0, 1);
|
||||
PokemonUseItemEffects(&gEnemyParty[gBattlerPartyIndexes[gBattlerAttacker]], gLastUsedItem, gBattlerPartyIndexes[gBattlerAttacker], 0, TRUE);
|
||||
gBattlescriptCurrInstr += 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user