mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Adjusted the data of the Red and Blue Orbs
This commit is contained in:
parent
2e9eb0e490
commit
34533a9047
@ -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…
Reference in New Issue
Block a user