Rare Bone data.

This commit is contained in:
LOuroboros 2019-04-30 14:44:39 -03:00
parent 3d12e76411
commit 850c93ec64
2 changed files with 17 additions and 0 deletions

View File

@ -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] =
{ {

View File

@ -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"