Update src/battle_util.c

Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
This commit is contained in:
ghoulslash 2021-03-29 08:03:00 -06:00 committed by GitHub
parent 332286ce03
commit a8c40a8d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5237,7 +5237,7 @@ static bool32 GetMentalHerbEffect(u8 battlerId)
gBattleCommunication[MULTISTRING_CHOOSER] = MULTI_CURETORMENT;
ret = TRUE;
}
// check heal block
// Check heal block
if (gStatuses3[battlerId] & STATUS3_HEAL_BLOCK)
{
gStatuses3[battlerId] & ~(STATUS3_HEAL_BLOCK);