From 8c014e94a338d6b7027dd0c93a21646f420c5d42 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sat, 20 Nov 2021 20:34:52 -0300 Subject: [PATCH] Assigned a flingPower value to the Moon Stone --- src/data/items.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/items.h b/src/data/items.h index 226b1ab25..863eb3850 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -2805,6 +2805,7 @@ const struct Item gItems[] = .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, + .flingPower = 30, }, [ITEM_SHINY_STONE] =