Updated the price tags of the X Items to their USUM standard.

This commit is contained in:
LOuroboros 2019-05-02 15:19:30 -03:00
parent 4e3516e2d8
commit 713e660666

View File

@ -1072,7 +1072,7 @@ const struct Item gItems[] =
{
.name = _("X Attack"),
.itemId = ITEM_X_ATTACK,
.price = 500,
.price = 1000,
.description = sXAttackDesc,
.pocket = POCKET_ITEMS,
.type = 4,
@ -1086,7 +1086,7 @@ const struct Item gItems[] =
{
.name = _("X Defend"),
.itemId = ITEM_X_DEFENSE,
.price = 550,
.price = 2000,
.description = sXDefendDesc,
.pocket = POCKET_ITEMS,
.type = 4,
@ -1100,7 +1100,7 @@ const struct Item gItems[] =
{
.name = _("X Speed"),
.itemId = ITEM_X_SPEED,
.price = 350,
.price = 1000,
.description = sXSpeedDesc,
.pocket = POCKET_ITEMS,
.type = 4,
@ -1114,7 +1114,7 @@ const struct Item gItems[] =
{
.name = _("X Accuracy"),
.itemId = ITEM_X_ACCURACY,
.price = 950,
.price = 1000,
.description = sXAccuracyDesc,
.pocket = POCKET_ITEMS,
.type = 4,
@ -1128,7 +1128,7 @@ const struct Item gItems[] =
{
.name = _("X Sp. Atk."),
.itemId = ITEM_X_SP_ATK,
.price = 350,
.price = 1000,
.description = sXSpecialAttackDesc,
.pocket = POCKET_ITEMS,
.type = 4,