mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-24 20:30:18 +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
332286ce03
commit
a8c40a8d6f
@ -5237,7 +5237,7 @@ static bool32 GetMentalHerbEffect(u8 battlerId)
|
|||||||
gBattleCommunication[MULTISTRING_CHOOSER] = MULTI_CURETORMENT;
|
gBattleCommunication[MULTISTRING_CHOOSER] = MULTI_CURETORMENT;
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
}
|
}
|
||||||
// check heal block
|
// Check heal block
|
||||||
if (gStatuses3[battlerId] & STATUS3_HEAL_BLOCK)
|
if (gStatuses3[battlerId] & STATUS3_HEAL_BLOCK)
|
||||||
{
|
{
|
||||||
gStatuses3[battlerId] & ~(STATUS3_HEAL_BLOCK);
|
gStatuses3[battlerId] & ~(STATUS3_HEAL_BLOCK);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user