diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-28 23:10:53 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-28 23:10:53 -0600 |
commit | 1416a4c4efe8b926c809664eb63dd2c3d0f86728 (patch) | |
tree | 3145ea1bc088e5c9748eaf093f99d7d0ddfbea8c /src/battle/battle_setup.c | |
parent | e71789d6773c72e314d7b21684eaa9a48c704cd1 (diff) |
clean up option_menu.c and field_poison.c a bit
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. |