Fix comment

This commit is contained in:
GriffinR
2022-07-06 15:02:17 -04:00
parent e6a374f2b6
commit 2c4c9497d2
+1 -1
View File
@@ -6510,7 +6510,7 @@ static void Cmd_tryexplosion(void)
MarkBattlerForControllerExec(gActiveBattler); MarkBattlerForControllerExec(gActiveBattler);
gBattlescriptCurrInstr++; gBattlescriptCurrInstr++;
// Mark Explosion user as absent // Find first target
for (gBattlerTarget = 0; gBattlerTarget < gBattlersCount; gBattlerTarget++) for (gBattlerTarget = 0; gBattlerTarget < gBattlersCount; gBattlerTarget++)
{ {
if (gBattlerTarget == gBattlerAttacker) if (gBattlerTarget == gBattlerAttacker)