fixed doubles target bug

This commit is contained in:
AgustinGDLV 2023-03-07 23:20:09 -08:00
parent ac649a476f
commit 6083a22945

View File

@ -343,7 +343,6 @@ void HandleAction_UseMove(void)
{
gCurrentMove = gChosenMove = GetMaxMove(gBattlerAttacker, gCurrentMove);
gBattleStruct->dynamax.activeSplit = gBattleStruct->dynamax.splits[gBattlerAttacker];
gBattleStruct->moveTarget[gBattlerAttacker] = GetMoveTarget(gCurrentMove, NO_TARGET_OVERRIDE);
}
// choose target