mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-09 21:25:03 +01:00
Update src/battle_util.c
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
This commit is contained in:
parent
d7c7f808b8
commit
332286ce03
@ -5230,7 +5230,7 @@ static bool32 GetMentalHerbEffect(u8 battlerId)
|
|||||||
gBattleCommunication[MULTISTRING_CHOOSER] = MULTI_CUREENCORE; // STRINGID_PKMNENCOREENDED
|
gBattleCommunication[MULTISTRING_CHOOSER] = MULTI_CUREENCORE; // STRINGID_PKMNENCOREENDED
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
}
|
}
|
||||||
// check torment
|
// Check torment
|
||||||
if (gBattleMons[battlerId].status2 & STATUS2_TORMENT)
|
if (gBattleMons[battlerId].status2 & STATUS2_TORMENT)
|
||||||
{
|
{
|
||||||
gBattleMons[battlerId].status2 &= ~(STATUS2_TORMENT);
|
gBattleMons[battlerId].status2 &= ~(STATUS2_TORMENT);
|
||||||
|
Loading…
Reference in New Issue
Block a user