Adjusted the data of the Red and Blue Orbs

This commit is contained in:
LOuroboros 2021-10-09 00:20:56 -03:00
parent 2e9eb0e490
commit 34533a9047

View File

@ -3726,9 +3726,9 @@ const struct Item gItems[] =
.name = _("Red Orb"), .name = _("Red Orb"),
.itemId = ITEM_RED_ORB, .itemId = ITEM_RED_ORB,
.price = 0, .price = 0,
.holdEffect = HOLD_EFFECT_PRIMAL_ORB,
.description = sRedOrbDesc, .description = sRedOrbDesc,
.importance = 2, .pocket = POCKET_ITEMS,
.pocket = POCKET_KEY_ITEMS,
.type = ITEM_USE_BAG_MENU, .type = ITEM_USE_BAG_MENU,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse, .fieldUseFunc = ItemUseOutOfBattle_CannotUse,
}, },
@ -3738,9 +3738,9 @@ const struct Item gItems[] =
.name = _("Blue Orb"), .name = _("Blue Orb"),
.itemId = ITEM_BLUE_ORB, .itemId = ITEM_BLUE_ORB,
.price = 0, .price = 0,
.holdEffect = HOLD_EFFECT_PRIMAL_ORB,
.description = sBlueOrbDesc, .description = sBlueOrbDesc,
.importance = 2, .pocket = POCKET_ITEMS,
.pocket = POCKET_KEY_ITEMS,
.type = ITEM_USE_BAG_MENU, .type = ITEM_USE_BAG_MENU,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse, .fieldUseFunc = ItemUseOutOfBattle_CannotUse,
}, },