mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-10 05:35:05 +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
31cdf043cc
commit
97428b6e10
@ -5227,7 +5227,7 @@ static bool32 GetMentalHerbEffect(u8 battlerId)
|
|||||||
{
|
{
|
||||||
gDisableStructs[gActiveBattler].encoredMove = 0;
|
gDisableStructs[gActiveBattler].encoredMove = 0;
|
||||||
gDisableStructs[gBattlerTarget].encoreTimerStartValue = gDisableStructs[gBattlerTarget].encoreTimer = 0;
|
gDisableStructs[gBattlerTarget].encoreTimerStartValue = gDisableStructs[gBattlerTarget].encoreTimer = 0;
|
||||||
gBattleCommunication[MULTISTRING_CHOOSER] = MULTI_CUREENCORE; //STRINGID_PKMNENCOREENDED
|
gBattleCommunication[MULTISTRING_CHOOSER] = MULTI_CUREENCORE; // STRINGID_PKMNENCOREENDED
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
}
|
}
|
||||||
// check torment
|
// check torment
|
||||||
|
Loading…
Reference in New Issue
Block a user