mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
Fixed gSideTimers typo
This commit is contained in:
parent
66faa6aa15
commit
178c4c66ba
@ -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…
x
Reference in New Issue
Block a user