diff options
author | yenatch <yenatch@gmail.com> | 2018-02-03 13:35:38 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-02-03 13:35:38 -0500 |
commit | 204d3e45f0c0843ada1243897d36e873059efde1 (patch) | |
tree | b4c3fae28387695175f007357848286afbb0a494 /src/battle/battle_setup.c | |
parent | 3ed97d94be70bee91b581517311c01cf20c917de (diff) | |
parent | f1584e69c307427516d2c180ab92e28bc3786326 (diff) |
Merge remote-tracking branch 'origin/master' into battle-1
Diffstat (limited to 'src/battle/battle_setup.c')
-rw-r--r-- | src/battle/battle_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/battle_setup.c b/src/battle/battle_setup.c index 892be1029..15555f833 100644 --- a/src/battle/battle_setup.c +++ b/src/battle/battle_setup.c @@ -475,7 +475,7 @@ static void Task_BattleStart(u8 taskId) switch (tState) { case 0: - if (!FieldPoisonEffectIsRunning()) // is poison not active? + if (!FldeffPoison_IsActive()) // is poison not active? { BattleTransition_StartOnField(tTransition); tState++; // go to case 1. |