fix battleUsage for heal powder

This commit is contained in:
CallmeEchoo 2023-04-21 10:51:43 +02:00
parent 216b7a4dfd
commit 301a12fe98

View file

@ -526,7 +526,7 @@ const struct Item gItems[] =
.pocket = POCKET_ITEMS,
.type = ITEM_USE_PARTY_MENU,
.fieldUseFunc = ItemUseOutOfBattle_Medicine,
.battleUsage = EFFECT_ITEM_RESTORE_HP,
.battleUsage = EFFECT_ITEM_CURE_STATUS,
.flingPower = 30,
},