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
97428b6e10
commit
d7c7f808b8
@ -5222,7 +5222,7 @@ static bool32 GetMentalHerbEffect(u8 battlerId)
|
||||
PREPARE_MOVE_BUFFER(gBattleTextBuff1, MOVE_TAUNT);
|
||||
ret = TRUE;
|
||||
}
|
||||
// check encore
|
||||
// Check encore
|
||||
if (gDisableStructs[gBattlerTarget].encoreTimer != 0)
|
||||
{
|
||||
gDisableStructs[gActiveBattler].encoredMove = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user