mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-20 09:05:46 -05:00
fixed doubles target bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user