mirror of
https://github.com/pret/pokeemerald.git
synced 2026-07-21 03:23:44 -05:00
Merge pull request #2451 from eatthepear/patch-1
Fix Berries that were broken after Bug Bite fix
This commit is contained in:
commit
49b7328d32
|
|
@ -7407,6 +7407,7 @@ u8 ItemBattleEffects(u8 caseID, u8 battlerId, bool8 moveTurn)
|
|||
case ITEMEFFECT_MOVE_END:
|
||||
for (battlerId = 0; battlerId < gBattlersCount; battlerId++)
|
||||
{
|
||||
gLastUsedItem = gBattleMons[battlerId].item;
|
||||
effect = ItemEffectMoveEnd(battlerId, GetBattlerHoldEffect(battlerId, TRUE));
|
||||
if (effect)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user