Added missing flingPower values

This commit is contained in:
LOuroboros 2022-01-22 05:40:29 -03:00
parent 367ba2d5bf
commit 52e3cf4f59

View File

@ -783,6 +783,7 @@ const struct Item gItems[] =
.fieldUseFunc = ItemUseOutOfBattle_Medicine,
.battleUsage = ITEM_B_USE_MEDICINE,
.battleUseFunc = ItemUseInBattle_Medicine,
.flingPower = 30,
},
// Regional Specialties
@ -1561,6 +1562,7 @@ const struct Item gItems[] =
.type = ITEM_USE_BAG_MENU,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
.secondaryId = 0,
.flingPower = 30,
},
[ITEM_SUPER_LURE] =
@ -1574,6 +1576,7 @@ const struct Item gItems[] =
.type = ITEM_USE_BAG_MENU,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
.secondaryId = 0,
.flingPower = 30,
},
[ITEM_MAX_LURE] =
@ -1587,6 +1590,7 @@ const struct Item gItems[] =
.type = ITEM_USE_BAG_MENU,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
.secondaryId = 0,
.flingPower = 30,
},
[ITEM_ESCAPE_ROPE] =
@ -2597,6 +2601,7 @@ const struct Item gItems[] =
.pocket = POCKET_ITEMS,
.type = ITEM_USE_BAG_MENU,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
.flingPower = 30,
},
// Mail