Update src/battle_script_commands.c

Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
This commit is contained in:
ghoulslash 2021-11-12 13:07:41 -05:00 committed by GitHub
parent 395cffa702
commit d5db329318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10034,7 +10034,6 @@ static u32 ChangeStatBuffs(s8 statValue, u32 statId, u32 flags, const u8 *BS_ptr
statValue = -1;
else if (gBattleMons[gActiveBattler].statStages[statId] == 2 && statValue < -2)
statValue = -2;
gBattleTextBuff2[0] = B_BUFF_PLACEHOLDER_BEGIN;
index = 1;
if (statValue == -2)