From a48123330487a964c5580447390fd943dbbe0586 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Thu, 7 Jan 2021 18:20:53 -0300 Subject: [PATCH] Review correction to case 2 of PokemonUseItemEffects --- src/pokemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pokemon.c b/src/pokemon.c index 7a99ff8d79..fdb0176089 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -4571,6 +4571,7 @@ bool8 PokemonUseItemEffects(struct Pokemon *mon, u16 item, u8 partyIndex, u8 mov break; // formerly used by the item effects of the X Sp. Atk and the X Accuracy case 2: + break; #endif case 3: if ((itemEffect[cmdIndex] & ITEM3_GUARD_SPEC)