mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Fix comment
This commit is contained in:
parent
e6a374f2b6
commit
2c4c9497d2
@ -6510,7 +6510,7 @@ static void Cmd_tryexplosion(void)
|
||||
MarkBattlerForControllerExec(gActiveBattler);
|
||||
gBattlescriptCurrInstr++;
|
||||
|
||||
// Mark Explosion user as absent
|
||||
// Find first target
|
||||
for (gBattlerTarget = 0; gBattlerTarget < gBattlersCount; gBattlerTarget++)
|
||||
{
|
||||
if (gBattlerTarget == gBattlerAttacker)
|
||||
|
Loading…
Reference in New Issue
Block a user