Skip to content

Commit

Permalink
Moon & Sun Stones Purchasable
Browse files Browse the repository at this point in the history
The fully-expanded Two Island shop now sells Sun Stones and Moon Stones. Moon Stones are now sellable.
  • Loading branch information
Deokishisu committed Mar 21, 2022
1 parent 0a8d98b commit 4dbf2b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/maps/TwoIsland/scripts.inc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ TwoIsland_Items_ShopExpanded2:: @ 8167718
.2byte ITEM_SODA_POP
.2byte ITEM_FRESH_WATER
.2byte ITEM_MOOMOO_MILK
.2byte ITEM_MOON_STONE
.2byte ITEM_SUN_STONE
.2byte ITEM_NONE
release
end
Expand Down
2 changes: 1 addition & 1 deletion src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@
{
"english": "MOON STONE",
"itemId": "ITEM_MOON_STONE",
"price": 0,
"price": 2100,
"holdEffect": "HOLD_EFFECT_NONE",
"holdEffectParam": 0,
"description_english": "A peculiar stone that makes certain\\nspecies of POKéMON evolve.\\nIt is as black as the night sky.",
Expand Down

0 comments on commit 4dbf2b4

Please sign in to comment.