reverted todo for dynamax candy

This commit is contained in:
AgustinGDLV 2022-05-16 13:52:38 -07:00
parent 6cb152e452
commit 01665c0213

View File

@ -1445,7 +1445,7 @@ const struct Item gItems[] =
.description = sDynamaxCandyDesc, .description = sDynamaxCandyDesc,
.pocket = POCKET_ITEMS, .pocket = POCKET_ITEMS,
.type = ITEM_USE_BAG_MENU, .type = ITEM_USE_BAG_MENU,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, // Todo
.flingPower = 30, .flingPower = 30,
}, },