Merge pull request #1740 from LOuroboros/primalReversionIE

Primal Reversion related tweaks for the IE
This commit is contained in:
Eduardo Quezada D'Ottone 2021-10-22 22:28:15 -03:00 committed by GitHub
commit d769920a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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