mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-13 17:22:25 +01:00
Merge pull request #1740 from LOuroboros/primalReversionIE
Primal Reversion related tweaks for the IE
This commit is contained in:
commit
d769920a15
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user