diff --git a/src/data/items.h b/src/data/items.h index 307b282e0..7e5a25930 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -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