mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 04:27:38 +01:00
Rare Bone data.
This commit is contained in:
parent
3d12e76411
commit
850c93ec64
@ -1602,6 +1602,18 @@ const struct Item gItems[] =
|
|||||||
.secondaryId = 0,
|
.secondaryId = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
[ITEM_RARE_BONE] =
|
||||||
|
{
|
||||||
|
.name = _("Rare Bone"),
|
||||||
|
.itemId = ITEM_RARE_BONE,
|
||||||
|
.price = 5000,
|
||||||
|
.description = sRareBoneDesc,
|
||||||
|
.pocket = POCKET_ITEMS,
|
||||||
|
.type = 4,
|
||||||
|
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
|
||||||
|
.secondaryId = 0,
|
||||||
|
},
|
||||||
|
|
||||||
// Mail
|
// Mail
|
||||||
[ITEM_ORANGE_MAIL] =
|
[ITEM_ORANGE_MAIL] =
|
||||||
{
|
{
|
||||||
|
@ -590,6 +590,11 @@ static const u8 sPurpleNectarDesc[] = _(
|
|||||||
"changes the form\n"
|
"changes the form\n"
|
||||||
"of certain POKéMON.");
|
"of certain POKéMON.");
|
||||||
|
|
||||||
|
static const u8 sRareBoneDesc[] = _(
|
||||||
|
"A very rare bone.\n"
|
||||||
|
"It can be sold at\n"
|
||||||
|
"a high price.");
|
||||||
|
|
||||||
// Mail
|
// Mail
|
||||||
static const u8 sOrangeMailDesc[] = _(
|
static const u8 sOrangeMailDesc[] = _(
|
||||||
"A ZIGZAGOON-print\n"
|
"A ZIGZAGOON-print\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user