mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Forgot to include this fix
This commit is contained in:
parent
5d4b76c0ba
commit
2214b01954
@ -7015,12 +7015,9 @@ static u8 ChangeStatBuffs(s8 statValue, u8 statId, u8 flags, const u8 *BS_ptr)
|
||||
gBattleTextBuff2[3] = STRINGID_STATHARSHLY >> 8;
|
||||
index = 4;
|
||||
}
|
||||
gBattleTextBuff2[index] = B_BUFF_STRING;
|
||||
index++;
|
||||
gBattleTextBuff2[index] = STRINGID_STATFELL;
|
||||
index++;
|
||||
gBattleTextBuff2[index] = STRINGID_STATFELL >> 8;
|
||||
index++;
|
||||
gBattleTextBuff2[index++] = B_BUFF_STRING;
|
||||
gBattleTextBuff2[index++] = STRINGID_STATFELL;
|
||||
gBattleTextBuff2[index++] = STRINGID_STATFELL >> 8;
|
||||
gBattleTextBuff2[index] = B_BUFF_EOS;
|
||||
|
||||
if (gBattleMons[gActiveBattler].statStages[statId] == MIN_STAT_STAGE)
|
||||
|
Loading…
Reference in New Issue
Block a user