fix battleUsage for heal powder
This commit is contained in:
parent
216b7a4dfd
commit
301a12fe98
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue