mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-22 23:57:09 -05:00
Updated Lemonade's description's formatting to match the rest of the healing items (#8888)
This commit is contained in:
parent
12bf8da4ec
commit
df69d1e441
|
|
@ -824,17 +824,14 @@ const struct Item gItemsInfo[] =
|
|||
.name = ITEM_NAME("Lemonade"),
|
||||
.price = (I_PRICE >= GEN_7) ? 400 : 350,
|
||||
.holdEffectParam = 70,
|
||||
#if I_HEALTH_RECOVERY >= GEN_7
|
||||
.description = COMPOUND_STRING(
|
||||
"A very sweet drink\n"
|
||||
"that restores HP\n"
|
||||
#if I_HEALTH_RECOVERY >= GEN_7
|
||||
"by 70 points."),
|
||||
#else
|
||||
.description = COMPOUND_STRING(
|
||||
"A very sweet drink\n"
|
||||
"that restores HP\n"
|
||||
#else
|
||||
"by 80 points."),
|
||||
#endif
|
||||
#endif
|
||||
.pocket = POCKET_ITEMS,
|
||||
.sortType = ITEM_TYPE_HEALTH_RECOVERY,
|
||||
.type = ITEM_USE_PARTY_MENU,
|
||||
|
|
@ -7051,7 +7048,7 @@ const struct Item gItemsInfo[] =
|
|||
.iconPic = gItemIcon_QuestionMark, // gItemIcon_Staraptite,
|
||||
.iconPalette = gItemIconPalette_QuestionMark, // gItemIconPalette_Staraptite,
|
||||
},
|
||||
|
||||
|
||||
[ITEM_GARCHOMPITE_Z] =
|
||||
{
|
||||
.name = ITEM_NAME("Garchompite Z"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user