From ac606364e9f2d0b68c4d810ea035b298cbe897b6 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Fri, 3 Dec 2021 15:44:12 -0300 Subject: [PATCH] Removed ITEM_ENIGMA_BERRY_E_READER usage --- src/battle_script_commands.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 4ae42cb48..fcac02894 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -3169,11 +3169,7 @@ void SetMoveEffect(bool32 primary, u32 certain) RecordAbilityBattle(gBattlerTarget, gLastUsedAbility); } else if (gBattleMons[gBattlerAttacker].item != 0 - #ifdef ITEM_EXPANSION - || gBattleMons[gBattlerTarget].item == ITEM_ENIGMA_BERRY_E_READER - #else || gBattleMons[gBattlerTarget].item == ITEM_ENIGMA_BERRY - #endif || gBattleMons[gBattlerTarget].item == 0) { gBattlescriptCurrInstr++;