Fix comment
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user