Fixed gSideTimers typo
This commit is contained in:
parent
66faa6aa15
commit
178c4c66ba
1 changed files with 1 additions and 1 deletions
|
@ -9063,7 +9063,7 @@ static void Cmd_various(void)
|
|||
|
||||
// End any Follow Me/Rage Powder effects caused by the target
|
||||
if (gSideTimers[GetBattlerSide(gBattlerTarget)].followmeTimer != 0 && gSideTimers[GetBattlerSide(gBattlerTarget)].followmeTarget == gBattlerTarget)
|
||||
SideTimers[GetBattlerSide(gBattlerTarget)].followmeTimer = 0;
|
||||
gSideTimers[GetBattlerSide(gBattlerTarget)].followmeTimer = 0;
|
||||
|
||||
break;
|
||||
case VARIOUS_CLEAR_SKY_DROP:
|
||||
|
|
Loading…
Reference in a new issue