Assigned a flingPower value to the Moon Stone
This commit is contained in:
parent
ea12dfdf2c
commit
8c014e94a3
1 changed files with 1 additions and 0 deletions
|
@ -2805,6 +2805,7 @@ const struct Item gItems[] =
|
||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
.type = ITEM_USE_PARTY_MENU,
|
.type = ITEM_USE_PARTY_MENU,
|
||||||
.fieldUseFunc = ItemUseOutOfBattle_EvolutionStone,
|
.fieldUseFunc = ItemUseOutOfBattle_EvolutionStone,
|
||||||
|
.flingPower = 30,
|
||||||
},
|
},
|
||||||
|
|
||||||
[ITEM_SHINY_STONE] =
|
[ITEM_SHINY_STONE] =
|
||||||
|
|
Loading…
Reference in a new issue