diff --git a/src/Item_Animation_Table.c b/src/Item_Animation_Table.c index 5fc1185..a57588d 100644 --- a/src/Item_Animation_Table.c +++ b/src/Item_Animation_Table.c @@ -1113,7 +1113,7 @@ const struct ItemAnimation gItemAnimationTable[NUM_SPECIES] = [SPECIES_PIKACHU_CAP_PARTNER] = {0x0, 0x0, 0x0, 0x0, 0x0}, [SPECIES_PICHU_SPIKY] = {0x0, 0x0, 0x0, 0x0, 0x0}, [SPECIES_XERNEAS_NATURAL] = {0x0, 0x0, 0x0, 0x0, 0x0}, - [SPECIES_GROOKEY] = {0x0, 0x0, 0x0, 0x0, 0x0}, +/* [SPECIES_GROOKEY] = {0x0, 0x0, 0x0, 0x0, 0x0}, [SPECIES_THWACKEY] = {0x0, 0x0, 0x0, 0x0, 0x0}, [SPECIES_RILLABOOM] = {0x0, 0x0, 0x0, 0x0, 0x0}, [SPECIES_SCORBUNNY] = {0x0, 0x0, 0x0, 0x0, 0x0}, @@ -1270,4 +1270,5 @@ const struct ItemAnimation gItemAnimationTable[NUM_SPECIES] = [SPECIES_DURALUDON_GIGA] = {0x0, 0x0, 0x0, 0x0, 0x0}, [SPECIES_URSHIFU_SINGLE_GIGA] = {0x0, 0x0, 0x0, 0x0, 0x0}, [SPECIES_URSHIFU_RAPID_GIGA] = {0x0, 0x0, 0x0, 0x0, 0x0}, + */ };