mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 09:54:19 +01:00
Added missing flingPower values
This commit is contained in:
parent
367ba2d5bf
commit
52e3cf4f59
@ -783,6 +783,7 @@ const struct Item gItems[] =
|
|||||||
.fieldUseFunc = ItemUseOutOfBattle_Medicine,
|
.fieldUseFunc = ItemUseOutOfBattle_Medicine,
|
||||||
.battleUsage = ITEM_B_USE_MEDICINE,
|
.battleUsage = ITEM_B_USE_MEDICINE,
|
||||||
.battleUseFunc = ItemUseInBattle_Medicine,
|
.battleUseFunc = ItemUseInBattle_Medicine,
|
||||||
|
.flingPower = 30,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Regional Specialties
|
// Regional Specialties
|
||||||
@ -1561,6 +1562,7 @@ const struct Item gItems[] =
|
|||||||
.type = ITEM_USE_BAG_MENU,
|
.type = ITEM_USE_BAG_MENU,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
.secondaryId = 0,
|
.secondaryId = 0,
|
||||||
|
.flingPower = 30,
|
||||||
},
|
},
|
||||||
|
|
||||||
[ITEM_SUPER_LURE] =
|
[ITEM_SUPER_LURE] =
|
||||||
@ -1574,6 +1576,7 @@ const struct Item gItems[] =
|
|||||||
.type = ITEM_USE_BAG_MENU,
|
.type = ITEM_USE_BAG_MENU,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
.secondaryId = 0,
|
.secondaryId = 0,
|
||||||
|
.flingPower = 30,
|
||||||
},
|
},
|
||||||
|
|
||||||
[ITEM_MAX_LURE] =
|
[ITEM_MAX_LURE] =
|
||||||
@ -1587,6 +1590,7 @@ const struct Item gItems[] =
|
|||||||
.type = ITEM_USE_BAG_MENU,
|
.type = ITEM_USE_BAG_MENU,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
.secondaryId = 0,
|
.secondaryId = 0,
|
||||||
|
.flingPower = 30,
|
||||||
},
|
},
|
||||||
|
|
||||||
[ITEM_ESCAPE_ROPE] =
|
[ITEM_ESCAPE_ROPE] =
|
||||||
@ -2597,6 +2601,7 @@ const struct Item gItems[] =
|
|||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
.type = ITEM_USE_BAG_MENU,
|
.type = ITEM_USE_BAG_MENU,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
|
.flingPower = 30,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Mail
|
// Mail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user