From 6bc0bf0afac8b9d27f1709d423c4c9210d51d1a6 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Mon, 29 Jan 2024 08:02:54 -0300 Subject: [PATCH] Adjusted item description alignment (#4088) --- src/data/items.h | 4811 ++++++++++++++++++++++++++-------------------- 1 file changed, 2736 insertions(+), 2075 deletions(-) diff --git a/src/data/items.h b/src/data/items.h index 54ff589ef2..1185f65178 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -158,9 +158,10 @@ const struct Item gItemsInfo[] = { .name = _("Poké Ball"), .price = 200, - .description = COMPOUND_STRING("A tool used for\n" - "catching wild\n" - "Pokémon."), + .description = COMPOUND_STRING( + "A tool used for\n" + "catching wild\n" + "Pokémon."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -171,9 +172,10 @@ const struct Item gItemsInfo[] = { .name = _("Great Ball"), .price = 600, - .description = COMPOUND_STRING("A good Ball with a\n" - "higher catch rate\n" - "than a Poké Ball."), + .description = COMPOUND_STRING( + "A good Ball with a\n" + "higher catch rate\n" + "than a Poké Ball."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -184,9 +186,10 @@ const struct Item gItemsInfo[] = { .name = _("Ultra Ball"), .price = (I_PRICE >= GEN_7) ? 800 : 1200, - .description = COMPOUND_STRING("A better Ball with\n" - "a higher catch rate\n" - "than a Great Ball."), + .description = COMPOUND_STRING( + "A better Ball with\n" + "a higher catch rate\n" + "than a Great Ball."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -197,9 +200,10 @@ const struct Item gItemsInfo[] = { .name = _("Master Ball"), .price = 0, - .description = COMPOUND_STRING("The best Ball that\n" - "catches a Pokémon\n" - "without fail."), + .description = COMPOUND_STRING( + "The best Ball that\n" + "catches a Pokémon\n" + "without fail."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -210,9 +214,10 @@ const struct Item gItemsInfo[] = { .name = _("Premier Ball"), .price = (I_PRICE >= GEN_7) ? 20 : 200, - .description = COMPOUND_STRING("A rare Ball made\n" - "in commemoration\n" - "of some event."), + .description = COMPOUND_STRING( + "A rare Ball made\n" + "in commemoration\n" + "of some event."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -223,9 +228,10 @@ const struct Item gItemsInfo[] = { .name = _("Heal Ball"), .price = 300, - .description = COMPOUND_STRING("A remedial Ball\n" - "that restores\n" - "caught Pokémon."), + .description = COMPOUND_STRING( + "A remedial Ball\n" + "that restores\n" + "caught Pokémon."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -236,9 +242,10 @@ const struct Item gItemsInfo[] = { .name = _("Net Ball"), .price = 1000, - .description = COMPOUND_STRING("A Ball that works\n" - "well on Water- and\n" - "Bug-type Pokémon."), + .description = COMPOUND_STRING( + "A Ball that works\n" + "well on Water- and\n" + "Bug-type Pokémon."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -249,9 +256,10 @@ const struct Item gItemsInfo[] = { .name = _("Nest Ball"), .price = 1000, - .description = COMPOUND_STRING("A Ball that works\n" - "better on weaker\n" - "Pokémon."), + .description = COMPOUND_STRING( + "A Ball that works\n" + "better on weaker\n" + "Pokémon."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -262,9 +270,10 @@ const struct Item gItemsInfo[] = { .name = _("Dive Ball"), .price = 1000, - .description = COMPOUND_STRING("A Ball that works\n" - "better on Pokémon\n" - "on the ocean floor."), + .description = COMPOUND_STRING( + "A Ball that works\n" + "better on Pokémon\n" + "on the ocean floor."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -275,9 +284,10 @@ const struct Item gItemsInfo[] = { .name = _("Dusk Ball"), .price = 1000, - .description = COMPOUND_STRING("Works well if\n" - "used in a\n" - "dark place."), + .description = COMPOUND_STRING( + "Works well if\n" + "used in a\n" + "dark place."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -288,9 +298,10 @@ const struct Item gItemsInfo[] = { .name = _("Timer Ball"), .price = 1000, - .description = COMPOUND_STRING("A Ball that gains\n" - "power in battles\n" - "taking many turns."), + .description = COMPOUND_STRING( + "A Ball that gains\n" + "power in battles\n" + "taking many turns."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -301,9 +312,10 @@ const struct Item gItemsInfo[] = { .name = _("Quick Ball"), .price = 1000, - .description = COMPOUND_STRING("Works well if\n" - "used on the\n" - "first turn."), + .description = COMPOUND_STRING( + "Works well if\n" + "used on the\n" + "first turn."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -314,9 +326,10 @@ const struct Item gItemsInfo[] = { .name = _("Repeat Ball"), .price = 1000, - .description = COMPOUND_STRING("A Ball that works\n" - "better on Pokémon\n" - "caught before."), + .description = COMPOUND_STRING( + "A Ball that works\n" + "better on Pokémon\n" + "caught before."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -327,9 +340,10 @@ const struct Item gItemsInfo[] = { .name = _("Luxury Ball"), .price = (I_PRICE >= GEN_8) ? 3000 : 1000, - .description = COMPOUND_STRING("A cozy Ball that\n" - "makes Pokémon\n" - "more friendly."), + .description = COMPOUND_STRING( + "A cozy Ball that\n" + "makes Pokémon\n" + "more friendly."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -340,9 +354,10 @@ const struct Item gItemsInfo[] = { .name = _("Level Ball"), .price = (I_PRICE >= GEN_7) ? 0 : 300, - .description = COMPOUND_STRING("A Ball that works\n" - "well on lower\n" - "level Pokémon."), + .description = COMPOUND_STRING( + "A Ball that works\n" + "well on lower\n" + "level Pokémon."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -353,9 +368,10 @@ const struct Item gItemsInfo[] = { .name = _("Lure Ball"), .price = (I_PRICE >= GEN_7) ? 0 : 300, - .description = COMPOUND_STRING("A Ball that works\n" - "well on fished\n" - "up Pokémon."), + .description = COMPOUND_STRING( + "A Ball that works\n" + "well on fished\n" + "up Pokémon."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -366,9 +382,10 @@ const struct Item gItemsInfo[] = { .name = _("Moon Ball"), .price = (I_PRICE >= GEN_7) ? 0 : 300, - .description = COMPOUND_STRING("A Ball that works\n" - "well on Moon\n" - "Stone users."), + .description = COMPOUND_STRING( + "A Ball that works\n" + "well on Moon\n" + "Stone users."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -379,9 +396,10 @@ const struct Item gItemsInfo[] = { .name = _("Friend Ball"), .price = (I_PRICE >= GEN_7) ? 0 : 300, - .description = COMPOUND_STRING("A Ball that makes\n" - "a Pokémon friendly\n" - "when caught."), + .description = COMPOUND_STRING( + "A Ball that makes\n" + "a Pokémon friendly\n" + "when caught."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -392,9 +410,10 @@ const struct Item gItemsInfo[] = { .name = _("Love Ball"), .price = (I_PRICE >= GEN_7) ? 0 : 300, - .description = COMPOUND_STRING("Works well on\n" - "Pokémon of the\n" - "opposite gender."), + .description = COMPOUND_STRING( + "Works well on\n" + "Pokémon of the\n" + "opposite gender."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -405,9 +424,10 @@ const struct Item gItemsInfo[] = { .name = _("Fast Ball"), .price = (I_PRICE >= GEN_7) ? 0 : 300, - .description = COMPOUND_STRING("Works well on\n" - "very fast\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Works well on\n" + "very fast\n" + "Pokémon."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -418,9 +438,10 @@ const struct Item gItemsInfo[] = { .name = _("Heavy Ball"), .price = (I_PRICE >= GEN_7) ? 0 : 300, - .description = COMPOUND_STRING("Works well on\n" - "very heavy\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Works well on\n" + "very heavy\n" + "Pokémon."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -431,13 +452,14 @@ const struct Item gItemsInfo[] = { .name = _("Dream Ball"), .price = 0, + .description = COMPOUND_STRING( #if B_DREAM_BALL_MODIFIER >= GEN_8 - .description = COMPOUND_STRING("A Ball that works\n" - "well on sleeping\n" - "Pokémon."), + "A Ball that works\n" + "well on sleeping\n" + "Pokémon."), #else - .description = COMPOUND_STRING("A Poké Ball used in\n" - "the Entree Forest."), + "A Poké Ball used in\n" + "the Entree Forest."), #endif .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, @@ -449,9 +471,10 @@ const struct Item gItemsInfo[] = { .name = _("Safari Ball"), .price = 0, - .description = COMPOUND_STRING("A special Ball that\n" - "is used only in the\n" - "Safari Zone."), + .description = COMPOUND_STRING( + "A special Ball that\n" + "is used only in the\n" + "Safari Zone."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -462,9 +485,10 @@ const struct Item gItemsInfo[] = { .name = _("Sport Ball"), .price = (I_PRICE < GEN_3 || I_PRICE >= GEN_9) ? 0 : 300, - .description = COMPOUND_STRING("A special Ball used\n" - "in the Bug-Catching\n" - "Contest."), + .description = COMPOUND_STRING( + "A special Ball used\n" + "in the Bug-Catching\n" + "Contest."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -475,8 +499,9 @@ const struct Item gItemsInfo[] = { .name = _("Park Ball"), .price = 0, - .description = COMPOUND_STRING("A special Ball for\n" - "the Pal Park."), + .description = COMPOUND_STRING( + "A special Ball for\n" + "the Pal Park."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -487,8 +512,9 @@ const struct Item gItemsInfo[] = { .name = _("Beast Ball"), .price = 0, - .description = COMPOUND_STRING("A Ball designed to\n" - "catch Ultra Beasts."), + .description = COMPOUND_STRING( + "A Ball designed to\n" + "catch Ultra Beasts."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -499,9 +525,10 @@ const struct Item gItemsInfo[] = { .name = _("Cherish Ball"), .price = 0, - .description = COMPOUND_STRING("A rare Ball made\n" - "in commemoration\n" - "of some event."), + .description = COMPOUND_STRING( + "A rare Ball made\n" + "in commemoration\n" + "of some event."), .pocket = POCKET_POKE_BALLS, .type = ITEM_USE_BAG_MENU, .battleUsage = EFFECT_ITEM_THROW_BALL, @@ -515,9 +542,10 @@ const struct Item gItemsInfo[] = .name = _("Potion"), .price = (I_PRICE >= GEN_7) ? 200 : 300, .holdEffectParam = 20, - .description = COMPOUND_STRING("Restores the HP of\n" - "a Pokémon by\n" - "20 points."), + .description = COMPOUND_STRING( + "Restores the HP of\n" + "a Pokémon by\n" + "20 points."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -531,14 +559,13 @@ const struct Item gItemsInfo[] = .name = _("Super Potion"), .price = 700, .holdEffectParam = 60, + .description = COMPOUND_STRING( + "Restores the HP of\n" + "a Pokémon by\n" #if I_HEALTH_RECOVERY >= GEN_7 - .description = COMPOUND_STRING("Restores the HP of\n" - "a Pokémon by\n" - "60 points."), + "60 points."), #else - .description = COMPOUND_STRING("Restores the HP of\n" - "a Pokémon by\n" - "50 points."), + "50 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -553,14 +580,13 @@ const struct Item gItemsInfo[] = .name = _("Hyper Potion"), .price = (I_PRICE >= GEN_2 || I_PRICE <= GEN_6) ? 1200 : 1500, .holdEffectParam = 120, + .description = COMPOUND_STRING( + "Restores the HP of\n" + "a Pokémon by\n" #if I_HEALTH_RECOVERY >= GEN_7 - .description = COMPOUND_STRING("Restores the HP of\n" - "a Pokémon by\n" - "120 points."), + "120 points."), #else - .description = COMPOUND_STRING("Restores the HP of\n" - "a Pokémon by\n" - "200 points."), + "200 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -575,8 +601,9 @@ const struct Item gItemsInfo[] = .name = _("Max Potion"), .price = 2500, .holdEffectParam = 255, - .description = COMPOUND_STRING("Fully restores the\n" - "HP of a Pokémon."), + .description = COMPOUND_STRING( + "Fully restores the\n" + "HP of a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -590,9 +617,10 @@ const struct Item gItemsInfo[] = .name = _("Full Restore"), .price = 3000, .holdEffectParam = 255, - .description = COMPOUND_STRING("Fully restores the\n" - "HP and status of a\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Fully restores the\n" + "HP and status of a\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -605,9 +633,10 @@ const struct Item gItemsInfo[] = { .name = _("Revive"), .price = (I_PRICE >= GEN_7) ? 2000 : 1500, - .description = COMPOUND_STRING("Revives a fainted\n" - "Pokémon with half\n" - "its HP."), + .description = COMPOUND_STRING( + "Revives a fainted\n" + "Pokémon with half\n" + "its HP."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -634,14 +663,13 @@ const struct Item gItemsInfo[] = .name = _("Fresh Water"), .price = 200, .holdEffectParam = 30, + .description = COMPOUND_STRING( + "A mineral water\n" + "that restores HP\n" #if I_HEALTH_RECOVERY >= GEN_7 - .description = COMPOUND_STRING("A mineral water\n" - "that restores HP\n" - "by 30 points."), + "by 30 points."), #else - .description = COMPOUND_STRING("A mineral water\n" - "that restores HP\n" - "by 50 points."), + "by 50 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -656,14 +684,13 @@ const struct Item gItemsInfo[] = .name = _("Soda Pop"), .price = 300, .holdEffectParam = 50, + .description = COMPOUND_STRING( + "A fizzy soda drink\n" + "that restores HP\n" #if I_HEALTH_RECOVERY >= GEN_7 - .description = COMPOUND_STRING("A fizzy soda drink\n" - "that restores HP\n" - "by 50 points."), + "by 50 points."), #else - .description = COMPOUND_STRING("A fizzy soda drink\n" - "that restores HP\n" - "by 60 points."), + "by 60 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -679,13 +706,15 @@ const struct Item gItemsInfo[] = .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" - "by 70 points."), + .description = COMPOUND_STRING( + "A very sweet drink\n" + "that restores HP\n" + "by 70 points."), #else - .description = COMPOUND_STRING("A very sweet drink\n" - "that restores HP\n" - "by 80 points."), + .description = COMPOUND_STRING( + "A very sweet drink\n" + "that restores HP\n" + "by 80 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -701,9 +730,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Moomoo Milk"), .price = (I_PRICE >= GEN_7) ? 600 : 500, .holdEffectParam = 100, - .description = COMPOUND_STRING("A nutritious milk\n" - "that restores HP\n" - "by 100 points."), + .description = COMPOUND_STRING( + "A nutritious milk\n" + "that restores HP\n" + "by 100 points."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -717,14 +747,13 @@ const struct Item gItemsInfo[] = .name = _("Energy Powder"), .pluralName = _("Energy Powder"), .price = 500, + .description = COMPOUND_STRING( + "A bitter powder\n" + "that restores HP\n" #if I_HEALTH_RECOVERY >= GEN_7 - .description = COMPOUND_STRING("A bitter powder\n" - "that restores HP\n" - "by 60 points."), + "by 60 points."), #else - .description = COMPOUND_STRING("A bitter powder\n" - "that restores HP\n" - "by 50 points."), + "by 50 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -738,14 +767,13 @@ const struct Item gItemsInfo[] = { .name = _("Energy Root"), .price = (I_PRICE >= GEN_7) ? 1200 : 800, + .description = COMPOUND_STRING( + "A bitter root\n" + "that restores HP\n" #if I_HEALTH_RECOVERY >= GEN_7 - .description = COMPOUND_STRING("A bitter root\n" - "that restores HP\n" - "by 120 points."), + "by 120 points."), #else - .description = COMPOUND_STRING("A bitter root\n" - "that restores HP\n" - "by 200 points."), + "by 200 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -760,9 +788,10 @@ const struct Item gItemsInfo[] = .name = _("Heal Powder"), .pluralName = _("Heal Powder"), .price = (I_PRICE >= GEN_7) ? 300 : 450, - .description = COMPOUND_STRING("A bitter powder\n" - "that heals all\n" - "status problems."), + .description = COMPOUND_STRING( + "A bitter powder\n" + "that heals all\n" + "status problems."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -775,9 +804,10 @@ const struct Item gItemsInfo[] = { .name = _("Revival Herb"), .price = 2800, - .description = COMPOUND_STRING("A very bitter herb\n" - "that revives a\n" - "fainted Pokémon."), + .description = COMPOUND_STRING( + "A very bitter herb\n" + "that revives a\n" + "fainted Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -790,8 +820,9 @@ const struct Item gItemsInfo[] = { .name = _("Antidote"), .price = (I_PRICE >= GEN_7) ? 200 : 100, - .description = COMPOUND_STRING("Heals a poisoned\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Heals a poisoned\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -804,8 +835,9 @@ const struct Item gItemsInfo[] = { .name = _("Paralyze Heal"), .price = (I_PRICE == GEN_7) ? 300 : 200, - .description = COMPOUND_STRING("Heals a paralyzed\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Heals a paralyzed\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -818,8 +850,9 @@ const struct Item gItemsInfo[] = { .name = _("Burn Heal"), .price = (I_PRICE == GEN_7) ? 300 : ((I_PRICE <= GEN_7) ? 250 : 200), - .description = COMPOUND_STRING("Heals Pokémon\n" - "of a burn."), + .description = COMPOUND_STRING( + "Heals Pokémon\n" + "of a burn."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -832,8 +865,9 @@ const struct Item gItemsInfo[] = { .name = _("Ice Heal"), .price = (I_PRICE == GEN_7) ? 100 : ((I_PRICE <= GEN_7) ? 250 : 200), - .description = COMPOUND_STRING("Defrosts a frozen\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Defrosts a frozen\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -846,8 +880,9 @@ const struct Item gItemsInfo[] = { .name = _("Awakening"), .price = (I_PRICE >= GEN_2 && I_PRICE <= GEN_6) ? 250 : ((I_PRICE == GEN_7) ? 100 : 200), - .description = COMPOUND_STRING("Awakens a sleeping\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Awakens a sleeping\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -874,9 +909,10 @@ const struct Item gItemsInfo[] = .name = _("Ether"), .price = (I_PRICE >= GEN_2) ? 1200 : 1, .holdEffectParam = 10, - .description = COMPOUND_STRING("Restores the PP\n" - "of a selected move\n" - "by 10."), + .description = COMPOUND_STRING( + "Restores the PP\n" + "of a selected move\n" + "by 10."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU_MOVES, .fieldUseFunc = ItemUseOutOfBattle_PPRecovery, @@ -890,9 +926,10 @@ const struct Item gItemsInfo[] = .name = _("Max Ether"), .price = (I_PRICE >= GEN_2) ? 2000 : 1, .holdEffectParam = 255, - .description = COMPOUND_STRING("Fully restores the\n" - "PP of a selected\n" - "move."), + .description = COMPOUND_STRING( + "Fully restores the\n" + "PP of a selected\n" + "move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU_MOVES, .fieldUseFunc = ItemUseOutOfBattle_PPRecovery, @@ -906,8 +943,9 @@ const struct Item gItemsInfo[] = .name = _("Elixir"), .price = (I_PRICE >= GEN_2) ? 3000 : 1, .holdEffectParam = 10, - .description = COMPOUND_STRING("Restores the PP\n" - "of all moves by 10."), + .description = COMPOUND_STRING( + "Restores the PP\n" + "of all moves by 10."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_PPRecovery, @@ -921,9 +959,10 @@ const struct Item gItemsInfo[] = .name = _("Max Elixir"), .price = (I_PRICE >= GEN_2) ? 4500 : 1, .holdEffectParam = 255, - .description = COMPOUND_STRING("Fully restores the\n" - "PP of a Pokémon's\n" - "moves."), + .description = COMPOUND_STRING( + "Fully restores the\n" + "PP of a Pokémon's\n" + "moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_PPRecovery, @@ -939,9 +978,10 @@ const struct Item gItemsInfo[] = .price = 100, .holdEffect = HOLD_EFFECT_RESTORE_HP, .holdEffectParam = 20, - .description = COMPOUND_STRING("A 100% pure juice\n" - "that restores HP\n" - "by 20 points."), + .description = COMPOUND_STRING( + "A 100% pure juice\n" + "that restores HP\n" + "by 20 points."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -955,9 +995,10 @@ const struct Item gItemsInfo[] = .name = _("Sacred Ash"), .pluralName = _("Sacred Ashes"), .price = (I_PRICE >= GEN_7) ? 50000 : 200, - .description = COMPOUND_STRING("Fully revives and\n" - "restores all\n" - "fainted Pokémon."), + .description = COMPOUND_STRING( + "Fully revives and\n" + "restores all\n" + "fainted Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_SacredAsh, @@ -970,9 +1011,10 @@ const struct Item gItemsInfo[] = .name = _("Sweet Heart"), .price = (I_PRICE >= GEN_7) ? 3000 : 100, .holdEffectParam = 20, - .description = COMPOUND_STRING("A sweet chocolate\n" - "that restores HP\n" - "by 20 points."), + .description = COMPOUND_STRING( + "A sweet chocolate\n" + "that restores HP\n" + "by 20 points."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1028,9 +1070,10 @@ const struct Item gItemsInfo[] = { .name = _("Lava Cookie"), .price = (I_PRICE >= GEN_7) ? 350 : 200, - .description = COMPOUND_STRING("A local specialty\n" - "that heals all\n" - "status problems."), + .description = COMPOUND_STRING( + "A local specialty\n" + "that heals all\n" + "status problems."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1111,8 +1154,9 @@ const struct Item gItemsInfo[] = { .name = _("HP Up"), .price = (I_PRICE >= GEN_7) ? 10000 : 9800, - .description = COMPOUND_STRING("Raises the base HP\n" - "of one Pokémon."), + .description = COMPOUND_STRING( + "Raises the base HP\n" + "of one Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1124,9 +1168,10 @@ const struct Item gItemsInfo[] = { .name = _("Protein"), .price = (I_PRICE >= GEN_7) ? 10000 : 9800, - .description = COMPOUND_STRING("Raises the base\n" - "Attack stat of one\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Raises the base\n" + "Attack stat of one\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1138,9 +1183,10 @@ const struct Item gItemsInfo[] = { .name = _("Iron"), .price = (I_PRICE >= GEN_7) ? 10000 : 9800, - .description = COMPOUND_STRING("Raises the base\n" - "Defense stat of\n" - "one Pokémon."), + .description = COMPOUND_STRING( + "Raises the base\n" + "Defense stat of\n" + "one Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1152,9 +1198,10 @@ const struct Item gItemsInfo[] = { .name = _("Calcium"), .price = (I_PRICE >= GEN_7) ? 10000 : 9800, - .description = COMPOUND_STRING("Raises the base\n" - "Sp. Atk stat of one\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Raises the base\n" + "Sp. Atk stat of one\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1166,9 +1213,10 @@ const struct Item gItemsInfo[] = { .name = _("Zinc"), .price = (I_PRICE >= GEN_7) ? 10000 : 9800, - .description = COMPOUND_STRING("Raises the base\n" - "Sp. Def stat of one\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Raises the base\n" + "Sp. Def stat of one\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1181,9 +1229,10 @@ const struct Item gItemsInfo[] = .name = _("Carbos"), .pluralName = _("Carbos"), .price = (I_PRICE >= GEN_7) ? 10000 : 9800, - .description = COMPOUND_STRING("Raises the base\n" - "Speed stat of one\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Raises the base\n" + "Speed stat of one\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1195,9 +1244,10 @@ const struct Item gItemsInfo[] = { .name = _("PP Up"), .price = (I_PRICE == GEN_1) ? 1 : ((I_PRICE >= GEN_7) ? 10000 : 9800), - .description = COMPOUND_STRING("Raises the maximum\n" - "PP of a selected\n" - "move."), + .description = COMPOUND_STRING( + "Raises the maximum\n" + "PP of a selected\n" + "move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_PPUp, @@ -1210,9 +1260,10 @@ const struct Item gItemsInfo[] = .name = _("PP Max"), .pluralName = _("PP Maxes"), .price = (I_PRICE >= GEN_7) ? 10000 : 9800, - .description = COMPOUND_STRING("Raises the PP of a\n" - "move to its maximum\n" - "points."), + .description = COMPOUND_STRING( + "Raises the PP of a\n" + "move to its maximum\n" + "points."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_PPUp, @@ -1301,8 +1352,9 @@ const struct Item gItemsInfo[] = .name = _("AbilityCapsle"), .price = (I_PRICE < GEN_7) ? 1000 : ((I_PRICE < GEN_9) ? 10000 : 100000), .holdEffectParam = 0, - .description = COMPOUND_STRING("Switches a Poké-\n" - "mon's ability."), + .description = COMPOUND_STRING( + "Switches a Poké-\n" + "mon's ability."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_AbilityCapsule, @@ -1314,9 +1366,10 @@ const struct Item gItemsInfo[] = .pluralName = _("AbilityPatches"), .price = (I_PRICE >= GEN_9) ? 250000 : 20, .holdEffectParam = 0, - .description = COMPOUND_STRING("Turns the ability\n" - "of a Pokémon into\n" - "a rare ability."), + .description = COMPOUND_STRING( + "Turns the ability\n" + "of a Pokémon into\n" + "a rare ability."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_AbilityPatch, @@ -1328,9 +1381,10 @@ const struct Item gItemsInfo[] = { .name = _("Lonely Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Attack, but\n" - "reduces Defense."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Attack, but\n" + "reduces Defense."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1342,9 +1396,10 @@ const struct Item gItemsInfo[] = { .name = _("Adamant Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Attack, but\n" - "reduces Sp. Atk."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Attack, but\n" + "reduces Sp. Atk."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1356,9 +1411,10 @@ const struct Item gItemsInfo[] = { .name = _("Naughty Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Attack, but\n" - "reduces Sp. Def."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Attack, but\n" + "reduces Sp. Def."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1370,9 +1426,10 @@ const struct Item gItemsInfo[] = { .name = _("Brave Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Attack, but\n" - "reduces Speed."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Attack, but\n" + "reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1384,9 +1441,10 @@ const struct Item gItemsInfo[] = { .name = _("Bold Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Defense, but\n" - "reduces Attack."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Defense, but\n" + "reduces Attack."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1398,9 +1456,10 @@ const struct Item gItemsInfo[] = { .name = _("Impish Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Defense, but\n" - "reduces Sp. Atk."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Defense, but\n" + "reduces Sp. Atk."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1412,9 +1471,10 @@ const struct Item gItemsInfo[] = { .name = _("Lax Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Defense, but\n" - "reduces Sp. Def."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Defense, but\n" + "reduces Sp. Def."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1426,9 +1486,10 @@ const struct Item gItemsInfo[] = { .name = _("Relaxed Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Defense, but\n" - "reduces Speed."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Defense, but\n" + "reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1440,9 +1501,10 @@ const struct Item gItemsInfo[] = { .name = _("Modest Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Sp. Atk, but\n" - "reduces Attack."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Sp. Atk, but\n" + "reduces Attack."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1454,9 +1516,10 @@ const struct Item gItemsInfo[] = { .name = _("Mild Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Sp. Atk, but\n" - "reduces Defense."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Sp. Atk, but\n" + "reduces Defense."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1468,9 +1531,10 @@ const struct Item gItemsInfo[] = { .name = _("Rash Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Sp. Atk, but\n" - "reduces Sp. Def."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Sp. Atk, but\n" + "reduces Sp. Def."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1482,9 +1546,10 @@ const struct Item gItemsInfo[] = { .name = _("Quiet Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Sp. Atk, but\n" - "reduces Speed."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Sp. Atk, but\n" + "reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1496,9 +1561,10 @@ const struct Item gItemsInfo[] = { .name = _("Calm Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Sp. Def, but\n" - "reduces Attack."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Sp. Def, but\n" + "reduces Attack."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1510,9 +1576,10 @@ const struct Item gItemsInfo[] = { .name = _("Gentle Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Sp. Def, but\n" - "reduces Defense."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Sp. Def, but\n" + "reduces Defense."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1524,9 +1591,10 @@ const struct Item gItemsInfo[] = { .name = _("Careful Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Sp. Def, but\n" - "reduces Sp. Atk."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Sp. Def, but\n" + "reduces Sp. Atk."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1538,9 +1606,10 @@ const struct Item gItemsInfo[] = { .name = _("Sassy Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Sp. Def, but\n" - "reduces Speed."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Sp. Def, but\n" + "reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1552,9 +1621,10 @@ const struct Item gItemsInfo[] = { .name = _("Timid Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Speed, but\n" - "reduces Attack."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Speed, but\n" + "reduces Attack."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1566,9 +1636,10 @@ const struct Item gItemsInfo[] = { .name = _("Hasty Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Speed, but\n" - "reduces Defense."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Speed, but\n" + "reduces Defense."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1580,9 +1651,10 @@ const struct Item gItemsInfo[] = { .name = _("Jolly Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Speed, but\n" - "reduces Sp. Atk."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Speed, but\n" + "reduces Sp. Atk."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1594,9 +1666,10 @@ const struct Item gItemsInfo[] = { .name = _("Naive Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "ups Speed, but\n" - "reduces Sp. Def."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "ups Speed, but\n" + "reduces Sp. Def."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1608,9 +1681,10 @@ const struct Item gItemsInfo[] = { .name = _("Serious Mint"), .price = (I_PRICE >= GEN_9) ? 20000 : 20, - .description = COMPOUND_STRING("Can be smelled. It\n" - "makes each stat\n" - "grow equally."), + .description = COMPOUND_STRING( + "Can be smelled. It\n" + "makes each stat\n" + "grow equally."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Mint, @@ -1625,9 +1699,10 @@ const struct Item gItemsInfo[] = .name = _("Rare Candy"), .pluralName = _("Rare Candies"), .price = (I_PRICE >= GEN_7) ? 10000 : 4800, - .description = COMPOUND_STRING("Raises the level\n" - "of a Pokémon by\n" - "one."), + .description = COMPOUND_STRING( + "Raises the level\n" + "of a Pokémon by\n" + "one."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_RareCandy, @@ -1641,9 +1716,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Exp.Candies XS"), .price = 20, .holdEffectParam = EXP_100, - .description = COMPOUND_STRING("Gives a very small\n" - "amount of Exp. to\n" - "a single Pokémon."), + .description = COMPOUND_STRING( + "Gives a very small\n" + "amount of Exp. to\n" + "a single Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_RareCandy, @@ -1657,9 +1733,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Exp.Candies S"), .price = 240, .holdEffectParam = EXP_800, - .description = COMPOUND_STRING("Gives a small\n" - "amount of Exp. to\n" - "a single Pokémon."), + .description = COMPOUND_STRING( + "Gives a small\n" + "amount of Exp. to\n" + "a single Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_RareCandy, @@ -1673,9 +1750,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Exp.Candies M"), .price = 1000, .holdEffectParam = EXP_3000, - .description = COMPOUND_STRING("Gives a moderate\n" - "amount of Exp. to\n" - "a single Pokémon."), + .description = COMPOUND_STRING( + "Gives a moderate\n" + "amount of Exp. to\n" + "a single Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_RareCandy, @@ -1689,9 +1767,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Exp.Candies L"), .price = 3000, .holdEffectParam = EXP_10000, - .description = COMPOUND_STRING("Gives a large\n" - "amount of Exp. to\n" - "a single Pokémon."), + .description = COMPOUND_STRING( + "Gives a large\n" + "amount of Exp. to\n" + "a single Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_RareCandy, @@ -1705,9 +1784,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Exp.Candies L"), .price = 10000, .holdEffectParam = EXP_30000, - .description = COMPOUND_STRING("Gives a very large\n" - "amount of Exp. to\n" - "a single Pokémon."), + .description = COMPOUND_STRING( + "Gives a very large\n" + "amount of Exp. to\n" + "a single Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_RareCandy, @@ -1720,9 +1800,10 @@ const struct Item gItemsInfo[] = .name = _("DynamaxCandy"), .pluralName = _("DynamaxCandies"), .price = 0, - .description = COMPOUND_STRING("Raises the Dynamax\n" - "Level of a single\n" - "Pokémon by one."), + .description = COMPOUND_STRING( + "Raises the Dynamax\n" + "Level of a single\n" + "Pokémon by one."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_DynamaxCandy, @@ -1735,9 +1816,10 @@ const struct Item gItemsInfo[] = { .name = _("Blue Flute"), .price = (I_PRICE >= GEN_7) ? 20 : 100, - .description = COMPOUND_STRING("A glass flute that\n" - "awakens sleeping\n" - "Pokémon."), + .description = COMPOUND_STRING( + "A glass flute that\n" + "awakens sleeping\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -1750,9 +1832,10 @@ const struct Item gItemsInfo[] = { .name = _("Yellow Flute"), .price = (I_PRICE >= GEN_7) ? 20 : 300, - .description = COMPOUND_STRING("A glass flute that\n" - "snaps Pokémon\n" - "out of confusion."), + .description = COMPOUND_STRING( + "A glass flute that\n" + "snaps Pokémon\n" + "out of confusion."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -1765,9 +1848,10 @@ const struct Item gItemsInfo[] = { .name = _("Red Flute"), .price = (I_PRICE >= GEN_7) ? 20 : 200, - .description = COMPOUND_STRING("A glass flute that\n" - "snaps Pokémon\n" - "out of attraction."), + .description = COMPOUND_STRING( + "A glass flute that\n" + "snaps Pokémon\n" + "out of attraction."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -1783,9 +1867,10 @@ const struct Item gItemsInfo[] = .name = _("Black Flute"), .price = (I_PRICE >= GEN_7) ? 20 : 400, .holdEffectParam = 50, - .description = COMPOUND_STRING("A glass flute that\n" - "keeps away wild\n" - "Pokémon."), + .description = COMPOUND_STRING( + "A glass flute that\n" + "keeps away wild\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_BlackWhiteFlute, @@ -1797,8 +1882,9 @@ const struct Item gItemsInfo[] = .name = _("White Flute"), .price = (I_PRICE >= GEN_7) ? 20 : 500, .holdEffectParam = 150, - .description = COMPOUND_STRING("A glass flute that\n" - "lures wild Pokémon."), + .description = COMPOUND_STRING( + "A glass flute that\n" + "lures wild Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_BlackWhiteFlute, @@ -1812,9 +1898,10 @@ const struct Item gItemsInfo[] = .name = _("Repel"), .price = (I_PRICE >= GEN_7) ? 400 : 350, .holdEffectParam = 100, - .description = COMPOUND_STRING("Repels weak wild\n" - "Pokémon for 100\n" - "steps."), + .description = COMPOUND_STRING( + "Repels weak wild\n" + "Pokémon for 100\n" + "steps."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_Repel, @@ -1826,9 +1913,10 @@ const struct Item gItemsInfo[] = .name = _("Super Repel"), .price = (I_PRICE >= GEN_7) ? 700 : 500, .holdEffectParam = 200, - .description = COMPOUND_STRING("Repels weak wild\n" - "Pokémon for 200\n" - "steps."), + .description = COMPOUND_STRING( + "Repels weak wild\n" + "Pokémon for 200\n" + "steps."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_Repel, @@ -1840,9 +1928,10 @@ const struct Item gItemsInfo[] = .name = _("Max Repel"), .price = (I_PRICE >= GEN_7) ? 900 : 700, .holdEffectParam = 250, - .description = COMPOUND_STRING("Repels weak wild\n" - "Pokémon for 250\n" - "steps."), + .description = COMPOUND_STRING( + "Repels weak wild\n" + "Pokémon for 250\n" + "steps."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_Repel, @@ -1854,9 +1943,10 @@ const struct Item gItemsInfo[] = .name = _("Lure"), .price = 400, .holdEffectParam = 100, - .description = COMPOUND_STRING("Makes Pokémon more\n" - "likely to appear\n" - "for 100 steps."), + .description = COMPOUND_STRING( + "Makes Pokémon more\n" + "likely to appear\n" + "for 100 steps."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_Lure, @@ -1869,9 +1959,10 @@ const struct Item gItemsInfo[] = .name = _("Super Lure"), .price = 700, .holdEffectParam = 200, - .description = COMPOUND_STRING("Makes Pokémon more\n" - "likely to appear\n" - "for 200 steps."), + .description = COMPOUND_STRING( + "Makes Pokémon more\n" + "likely to appear\n" + "for 200 steps."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_Lure, @@ -1884,9 +1975,10 @@ const struct Item gItemsInfo[] = .name = _("Max Lure"), .price = 900, .holdEffectParam = 250, - .description = COMPOUND_STRING("Makes Pokémon more\n" - "likely to appear\n" - "for 250 steps."), + .description = COMPOUND_STRING( + "Makes Pokémon more\n" + "likely to appear\n" + "for 250 steps."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_Lure, @@ -1897,9 +1989,10 @@ const struct Item gItemsInfo[] = [ITEM_ESCAPE_ROPE] = { .name = _("Escape Rope"), - .description = COMPOUND_STRING("Use to escape\n" - "instantly from a\n" - "cave or a dungeon."), + .description = COMPOUND_STRING( + "Use to escape\n" + "instantly from a\n" + "cave or a dungeon."), #if I_KEY_ESCAPE_ROPE >= GEN_8 .price = 0, .importance = 1, @@ -1920,14 +2013,15 @@ const struct Item gItemsInfo[] = .name = _("X Attack"), .price = (I_PRICE >= GEN_7) ? 1000 : 500, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises stat\n" - "Attack during\n" - "one battle."), + "Sharply raises stat\n" + "Attack during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises the stat\n" - "Attack during one\n" - "battle."), + "Raises the stat\n" + "Attack during one\n" + "battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -1942,14 +2036,15 @@ const struct Item gItemsInfo[] = .name = _("X Defense"), .price = (I_PRICE >= GEN_7) ? 2000 : 550, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises stat\n" - "Defense during\n" - "one battle."), + "Sharply raises stat\n" + "Defense during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises the stat\n" - "Defense during one\n" - "battle."), + "Raises the stat\n" + "Defense during one\n" + "battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -1964,14 +2059,15 @@ const struct Item gItemsInfo[] = .name = _("X Sp. Atk"), .price = (I_PRICE >= GEN_7) ? 1000 : 350, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises stat\n" - "Sp. Atk during\n" - "one battle."), + "Sharply raises stat\n" + "Sp. Atk during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises the stat\n" - "Sp. Atk during one\n" - "battle."), + "Raises the stat\n" + "Sp. Atk during one\n" + "battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -1986,14 +2082,15 @@ const struct Item gItemsInfo[] = .name = _("X Sp. Def"), .price = (I_PRICE >= GEN_7) ? 2000 : 350, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises stat\n" - "Sp. Def during\n" - "one battle."), + "Sharply raises stat\n" + "Sp. Def during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises the stat\n" - "Sp. Def during one\n" - "battle."), + "Raises the stat\n" + "Sp. Def during one\n" + "battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -2008,14 +2105,15 @@ const struct Item gItemsInfo[] = .name = _("X Speed"), .price = (I_PRICE >= GEN_7) ? 1000 : 350, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises stat\n" - "Speed during\n" - "one battle."), + "Sharply raises stat\n" + "Speed during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises the stat\n" - "Speed during one\n" - "battle."), + "Raises the stat\n" + "Speed during one\n" + "battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -2031,14 +2129,15 @@ const struct Item gItemsInfo[] = .pluralName = _("X Accuracies"), .price = (I_PRICE >= GEN_7) ? 1000 : 950, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises move\n" - "accuracy during\n" - "one battle."), + "Sharply raises move\n" + "accuracy during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises accuracy\n" - "of attack moves\n" - "during one battle."), + "Raises accuracy\n" + "of attack moves\n" + "during one battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -2052,9 +2151,10 @@ const struct Item gItemsInfo[] = { .name = _("Dire Hit"), .price = (I_PRICE >= GEN_7) ? 1000 : 650, - .description = COMPOUND_STRING("Raises the\n" - "critical-hit ratio\n" - "during one battle."), + .description = COMPOUND_STRING( + "Raises the\n" + "critical-hit ratio\n" + "during one battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2068,9 +2168,10 @@ const struct Item gItemsInfo[] = .name = _("Guard Spec."), .pluralName = _("Guard Specs."), .price = (I_PRICE >= GEN_7) ? 1500 : 700, - .description = COMPOUND_STRING("Prevents stat\n" - "reduction when\n" - "used in battle."), + .description = COMPOUND_STRING( + "Prevents stat\n" + "reduction when\n" + "used in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2120,9 +2221,10 @@ const struct Item gItemsInfo[] = .name = _("MaxMushrooms"), .pluralName = _("MaxMushrooms"), .price = 8000, - .description = COMPOUND_STRING("Raises every stat\n" - "during one battle\n" - "by one stage."), + .description = COMPOUND_STRING( + "Raises every stat\n" + "during one battle\n" + "by one stage."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2136,9 +2238,10 @@ const struct Item gItemsInfo[] = { .name = _("Bottle Cap"), .price = (I_PRICE >= GEN_9) ? 20000 : 5000, - .description = COMPOUND_STRING("A beautiful bottle\n" - "cap that gives off\n" - "a silver gleam."), + .description = COMPOUND_STRING( + "A beautiful bottle\n" + "cap that gives off\n" + "a silver gleam."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2149,9 +2252,10 @@ const struct Item gItemsInfo[] = { .name = _("GoldBottlCap"), .price = (I_PRICE >= GEN_9) ? 60000 : 10000, - .description = COMPOUND_STRING("A beautiful bottle\n" - "cap that gives off\n" - "a golden gleam."), + .description = COMPOUND_STRING( + "A beautiful bottle\n" + "cap that gives off\n" + "a golden gleam."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2162,9 +2266,10 @@ const struct Item gItemsInfo[] = { .name = _("Nugget"), .price = 10000 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A nugget of pure\n" - "gold. Can be sold at\n" - "a high price."), + .description = COMPOUND_STRING( + "A nugget of pure\n" + "gold. Can be sold at\n" + "a high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2175,9 +2280,10 @@ const struct Item gItemsInfo[] = { .name = _("Big Nugget"), .price = (I_PRICE >= GEN_7) ? (40000 * TREASURE_FACTOR) : 20000, - .description = COMPOUND_STRING("A big nugget made\n" - "of gold, sellable\n" - "at a high price."), + .description = COMPOUND_STRING( + "A big nugget made\n" + "of gold, sellable\n" + "at a high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2188,9 +2294,10 @@ const struct Item gItemsInfo[] = { .name = _("Tiny Mushroom"), .price = 500 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A plain mushroom\n" - "that would sell\n" - "at a cheap price."), + .description = COMPOUND_STRING( + "A plain mushroom\n" + "that would sell\n" + "at a cheap price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2223,9 +2330,10 @@ const struct Item gItemsInfo[] = { .name = _("Pearl"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR: 1400, - .description = COMPOUND_STRING("A pretty pearl\n" - "that would sell at a\n" - "cheap price."), + .description = COMPOUND_STRING( + "A pretty pearl\n" + "that would sell at a\n" + "cheap price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2236,9 +2344,10 @@ const struct Item gItemsInfo[] = { .name = _("Big Pearl"), .price = (I_PRICE >= GEN_7) ? 8000 * TREASURE_FACTOR: 7500, - .description = COMPOUND_STRING("A lovely large pearl\n" - "that would sell at a\n" - "high price."), + .description = COMPOUND_STRING( + "A lovely large pearl\n" + "that would sell at a\n" + "high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2249,9 +2358,10 @@ const struct Item gItemsInfo[] = { .name = _("Pearl String"), .price = (I_PRICE >= GEN_8) ? 15000 * TREASURE_FACTOR: ((I_PRICE == GEN_7) ? 30000 : 15000), - .description = COMPOUND_STRING("Very large pearls\n" - "that would sell at a\n" - "high price."), + .description = COMPOUND_STRING( + "Very large pearls\n" + "that would sell at a\n" + "high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2263,9 +2373,10 @@ const struct Item gItemsInfo[] = .name = _("Stardust"), .pluralName = _("Stardust"), .price = (I_PRICE >= GEN_7) ? 3000 * TREASURE_FACTOR: 2000, - .description = COMPOUND_STRING("Beautiful red sand.\n" - "Can be sold at a\n" - "high price."), + .description = COMPOUND_STRING( + "Beautiful red sand.\n" + "Can be sold at a\n" + "high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2276,9 +2387,10 @@ const struct Item gItemsInfo[] = { .name = _("Star Piece"), .price = (I_PRICE >= GEN_7) ? 12000 * TREASURE_FACTOR: 9800, - .description = COMPOUND_STRING("A red gem shard.\n" - "It would sell for a\n" - "very high price."), + .description = COMPOUND_STRING( + "A red gem shard.\n" + "It would sell for a\n" + "very high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2289,9 +2401,10 @@ const struct Item gItemsInfo[] = { .name = _("Comet Shard"), .price = (I_PRICE <= GEN_5) ? 0 : ((I_PRICE == GEN_6) ? 30000 : ((I_PRICE == GEN_7) ? 60000 : 25000 * TREASURE_FACTOR)), - .description = COMPOUND_STRING("A comet's shard.\n" - "It would sell for a\n" - "high price."), + .description = COMPOUND_STRING( + "A comet's shard.\n" + "It would sell for a\n" + "high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2303,9 +2416,10 @@ const struct Item gItemsInfo[] = .name = _("Shoal Salt"), .pluralName = _("Shoal Salt"), .price = 20, - .description = COMPOUND_STRING("Salt obtained from\n" - "deep inside the\n" - "Shoal Cave."), + .description = COMPOUND_STRING( + "Salt obtained from\n" + "deep inside the\n" + "Shoal Cave."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2316,9 +2430,10 @@ const struct Item gItemsInfo[] = { .name = _("Shoal Shell"), .price = 20, - .description = COMPOUND_STRING("A seashell found\n" - "deep inside the\n" - "Shoal Cave."), + .description = COMPOUND_STRING( + "A seashell found\n" + "deep inside the\n" + "Shoal Cave."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2373,9 +2488,10 @@ const struct Item gItemsInfo[] = { .name = _("Heart Scale"), .price = 100, - .description = COMPOUND_STRING("A lovely scale.\n" - "It is coveted by\n" - "collectors."), + .description = COMPOUND_STRING( + "A lovely scale.\n" + "It is coveted by\n" + "collectors."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2387,9 +2503,10 @@ const struct Item gItemsInfo[] = .name = _("Honey"), .pluralName = _("Honey"), .price = (I_PRICE < GEN_5) ? 100 : ((I_PRICE < GEN_8) ? 300 : 900), - .description = COMPOUND_STRING("Sweet honey that\n" - "attracts wild\n" - "Pokémon when used."), + .description = COMPOUND_STRING( + "Sweet honey that\n" + "attracts wild\n" + "Pokémon when used."), .pocket = POCKET_ITEMS, .type = ITEM_USE_FIELD, .fieldUseFunc = ItemUseOutOfBattle_Honey, @@ -2400,9 +2517,10 @@ const struct Item gItemsInfo[] = { .name = _("Rare Bone"), .price = (I_PRICE >= GEN_7) ? 5000 * TREASURE_FACTOR: 10000, - .description = COMPOUND_STRING("A very rare bone.\n" - "It can be sold at\n" - "a high price."), + .description = COMPOUND_STRING( + "A very rare bone.\n" + "It can be sold at\n" + "a high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2413,9 +2531,10 @@ const struct Item gItemsInfo[] = { .name = _("Odd Keystone"), .price = 2100, - .description = COMPOUND_STRING("Voices can be heard\n" - "from this odd stone\n" - "occasionally."), + .description = COMPOUND_STRING( + "Voices can be heard\n" + "from this odd stone\n" + "occasionally."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2426,9 +2545,10 @@ const struct Item gItemsInfo[] = { .name = _("PrettyFeather"), .price = (I_PRICE >= GEN_7) ? 1000 * TREASURE_FACTOR: 200, - .description = COMPOUND_STRING("A beautiful yet\n" - "plain feather that\n" - "does nothing."), + .description = COMPOUND_STRING( + "A beautiful yet\n" + "plain feather that\n" + "does nothing."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2439,9 +2559,10 @@ const struct Item gItemsInfo[] = { .name = _("Relic Copper"), .price = 0, - .description = COMPOUND_STRING("A copper coin used\n" - "long ago. It sells\n" - "at a high price."), + .description = COMPOUND_STRING( + "A copper coin used\n" + "long ago. It sells\n" + "at a high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2452,9 +2573,10 @@ const struct Item gItemsInfo[] = { .name = _("Relic Silver"), .price = 0, - .description = COMPOUND_STRING("A silver coin used\n" - "long ago. It sells\n" - "at a high price."), + .description = COMPOUND_STRING( + "A silver coin used\n" + "long ago. It sells\n" + "at a high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2465,9 +2587,10 @@ const struct Item gItemsInfo[] = { .name = _("Relic Gold"), .price = 0, - .description = COMPOUND_STRING("A gold coin used\n" - "long ago. It sells\n" - "at a high price."), + .description = COMPOUND_STRING( + "A gold coin used\n" + "long ago. It sells\n" + "at a high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2478,9 +2601,10 @@ const struct Item gItemsInfo[] = { .name = _("Relic Vase"), .price = 0, - .description = COMPOUND_STRING("A vase made long\n" - "ago. It sells at\n" - "a high price."), + .description = COMPOUND_STRING( + "A vase made long\n" + "ago. It sells at\n" + "a high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2491,9 +2615,10 @@ const struct Item gItemsInfo[] = { .name = _("Relic Band"), .price = 0, - .description = COMPOUND_STRING("An old bracelet.\n" - "It sells at a\n" - "high price."), + .description = COMPOUND_STRING( + "An old bracelet.\n" + "It sells at a\n" + "high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2504,9 +2629,10 @@ const struct Item gItemsInfo[] = { .name = _("Relic Statue"), .price = 0, - .description = COMPOUND_STRING("An old statue.\n" - "It sells at a\n" - "high price."), + .description = COMPOUND_STRING( + "An old statue.\n" + "It sells at a\n" + "high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2517,9 +2643,10 @@ const struct Item gItemsInfo[] = { .name = _("Relic Crown"), .price = 0, - .description = COMPOUND_STRING("An old crown.\n" - "It sells at a\n" - "high price."), + .description = COMPOUND_STRING( + "An old crown.\n" + "It sells at a\n" + "high price."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2530,9 +2657,10 @@ const struct Item gItemsInfo[] = { .name = _("StrngeSouvnr"), .price = (I_PRICE >= GEN_7) ? 3000 : 10, - .description = COMPOUND_STRING("An ornament that\n" - "depicts a Pokémon\n" - "from Alola."), + .description = COMPOUND_STRING( + "An ornament that\n" + "depicts a Pokémon\n" + "from Alola."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2544,9 +2672,10 @@ const struct Item gItemsInfo[] = [ITEM_HELIX_FOSSIL] = { .name = _("Helix Fossil"), - .description = COMPOUND_STRING("A piece of an\n" - "ancient marine\n" - "Pokémon's seashell."), + .description = COMPOUND_STRING( + "A piece of an\n" + "ancient marine\n" + "Pokémon's seashell."), #if I_KEY_FOSSILS >= GEN_4 .price = (I_PRICE >= GEN_7) ? 7000: 1000, .pocket = POCKET_ITEMS, @@ -2563,9 +2692,10 @@ const struct Item gItemsInfo[] = [ITEM_DOME_FOSSIL] = { .name = _("Dome Fossil"), - .description = COMPOUND_STRING("A piece of an\n" - "ancient marine\n" - "Pokémon's shell."), + .description = COMPOUND_STRING( + "A piece of an\n" + "ancient marine\n" + "Pokémon's shell."), #if I_KEY_FOSSILS >= GEN_4 .price = (I_PRICE >= GEN_7) ? 7000: 1000, .pocket = POCKET_ITEMS, @@ -2582,9 +2712,10 @@ const struct Item gItemsInfo[] = [ITEM_OLD_AMBER] = { .name = _("Old Amber"), - .description = COMPOUND_STRING("A stone containing\n" - "the genes of an\n" - "ancient Pokémon."), + .description = COMPOUND_STRING( + "A stone containing\n" + "the genes of an\n" + "ancient Pokémon."), #if I_KEY_FOSSILS >= GEN_4 .price = 1000, .pocket = POCKET_ITEMS, @@ -2636,9 +2767,10 @@ const struct Item gItemsInfo[] = { .name = _("Armor Fossil"), .price = (I_PRICE >= GEN_7) ? 7000: 1000, - .description = COMPOUND_STRING("A piece of a\n" - "prehistoric Poké-\n" - "mon's head."), + .description = COMPOUND_STRING( + "A piece of a\n" + "prehistoric Poké-\n" + "mon's head."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2649,9 +2781,10 @@ const struct Item gItemsInfo[] = { .name = _("Skull Fossil"), .price = (I_PRICE >= GEN_7) ? 7000: 1000, - .description = COMPOUND_STRING("A piece of a\n" - "prehistoric Poké-\n" - "mon's collar."), + .description = COMPOUND_STRING( + "A piece of a\n" + "prehistoric Poké-\n" + "mon's collar."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2662,9 +2795,10 @@ const struct Item gItemsInfo[] = { .name = _("Cover Fossil"), .price = (I_PRICE >= GEN_7) ? 7000: 1000, - .description = COMPOUND_STRING("A piece of a\n" - "prehistoric Poké-\n" - "mon's back."), + .description = COMPOUND_STRING( + "A piece of a\n" + "prehistoric Poké-\n" + "mon's back."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2675,9 +2809,10 @@ const struct Item gItemsInfo[] = { .name = _("Plume Fossil"), .price = (I_PRICE >= GEN_7) ? 7000: 1000, - .description = COMPOUND_STRING("A piece of a\n" - "prehistoric Poké-\n" - "mon's wing."), + .description = COMPOUND_STRING( + "A piece of a\n" + "prehistoric Poké-\n" + "mon's wing."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2688,9 +2823,10 @@ const struct Item gItemsInfo[] = { .name = _("Jaw Fossil"), .price = (I_PRICE >= GEN_7) ? 7000: 1000, - .description = COMPOUND_STRING("A piece of a prehis-\n" - "toric Pokémon's\n" - "large jaw."), + .description = COMPOUND_STRING( + "A piece of a prehis-\n" + "toric Pokémon's\n" + "large jaw."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2701,9 +2837,10 @@ const struct Item gItemsInfo[] = { .name = _("Sail Fossil"), .price = (I_PRICE >= GEN_7) ? 7000: 1000, - .description = COMPOUND_STRING("A piece of a prehis-\n" - "toric Pokémon's\n" - "skin sail."), + .description = COMPOUND_STRING( + "A piece of a prehis-\n" + "toric Pokémon's\n" + "skin sail."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2714,9 +2851,10 @@ const struct Item gItemsInfo[] = { .name = _("FosslzedBird"), .price = 5000, - .description = COMPOUND_STRING("A fossil of an\n" - "ancient, sky-\n" - "soaring Pokémon."), + .description = COMPOUND_STRING( + "A fossil of an\n" + "ancient, sky-\n" + "soaring Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2739,9 +2877,10 @@ const struct Item gItemsInfo[] = { .name = _("FosslzedDrke"), .price = 5000, - .description = COMPOUND_STRING("A fossil of an\n" - "ancient, land-\n" - "roaming Pokémon."), + .description = COMPOUND_STRING( + "A fossil of an\n" + "ancient, land-\n" + "roaming Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2767,9 +2906,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Growth Mulch"), .price = 200, #if OW_BERRY_MULCH_USAGE == TRUE - .description = COMPOUND_STRING("A fertilizer that\n" - "accelerates the\n" - "growth of Berries."), + .description = COMPOUND_STRING( + "A fertilizer that\n" + "accelerates the\n" + "growth of Berries."), #else .description = sGenericMulchDesc, #endif @@ -2786,9 +2926,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Damp Mulch"), .price = 200, #if OW_BERRY_MULCH_USAGE == TRUE - .description = COMPOUND_STRING("A fertilizer that\n" - "decelerates the\n" - "growth of Berries."), + .description = COMPOUND_STRING( + "A fertilizer that\n" + "decelerates the\n" + "growth of Berries."), #else .description = sGenericMulchDesc, #endif @@ -2805,9 +2946,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Stable Mulch"), .price = 200, #if OW_BERRY_MULCH_USAGE == TRUE - .description = COMPOUND_STRING("A fertilizer that\n" - "ups the life time\n" - "of Berry trees."), + .description = COMPOUND_STRING( + "A fertilizer that\n" + "ups the life time\n" + "of Berry trees."), #else .description = sGenericMulchDesc, #endif @@ -2824,9 +2966,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Gooey Mulch"), .price = 200, #if OW_BERRY_MULCH_USAGE == TRUE - .description = COMPOUND_STRING("A fertilizer that\n" - "makes more Berries\n" - "regrow after fall."), + .description = COMPOUND_STRING( + "A fertilizer that\n" + "makes more Berries\n" + "regrow after fall."), #else .description = sGenericMulchDesc, #endif @@ -2843,9 +2986,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Rich Mulch"), .price = 200, #if OW_BERRY_MULCH_USAGE == TRUE - .description = COMPOUND_STRING("A fertilizer that\n" - "ups the number of\n" - "Berries harvested."), + .description = COMPOUND_STRING( + "A fertilizer that\n" + "ups the number of\n" + "Berries harvested."), #else .description = sGenericMulchDesc, #endif @@ -2862,9 +3006,10 @@ const struct Item gItemsInfo[] = .pluralName = _("SurprseMulch"), .price = 200, #if OW_BERRY_MULCH_USAGE == TRUE - .description = COMPOUND_STRING("A fertilizer that\n" - "ups the chance of\n" - "Berry mutations."), + .description = COMPOUND_STRING( + "A fertilizer that\n" + "ups the chance of\n" + "Berry mutations."), #else .description = sGenericMulchDesc, #endif @@ -2881,9 +3026,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Boost Mulch"), .price = 200, #if OW_BERRY_MULCH_USAGE == TRUE - .description = COMPOUND_STRING("A fertilizer that\n" - "ups the dry speed\n" - "of soft soil."), + .description = COMPOUND_STRING( + "A fertilizer that\n" + "ups the dry speed\n" + "of soft soil."), #else .description = sGenericMulchDesc, #endif @@ -2900,9 +3046,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Amaze Mulch"), .price = 200, #if OW_BERRY_MULCH_USAGE == TRUE - .description = COMPOUND_STRING("A fertilizer Rich\n" - "Surprising and\n" - "Boosting as well."), + .description = COMPOUND_STRING( + "A fertilizer Rich\n" + "Surprising and\n" + "Boosting as well."), #else .description = sGenericMulchDesc, #endif @@ -2919,9 +3066,10 @@ const struct Item gItemsInfo[] = { .name = _("Red Apricorn"), .price = (I_PRICE == GEN_4) ? 0 : ((I_PRICE >= GEN_5 && I_PRICE <= GEN_7) ? 20 : 200), - .description = COMPOUND_STRING("A red apricorn.\n" - "It assails your\n" - "nostrils."), + .description = COMPOUND_STRING( + "A red apricorn.\n" + "It assails your\n" + "nostrils."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2931,9 +3079,10 @@ const struct Item gItemsInfo[] = { .name = _("Blue Apricorn"), .price = (I_PRICE == GEN_4) ? 0 : ((I_PRICE >= GEN_5 && I_PRICE <= GEN_7) ? 20 : 200), - .description = COMPOUND_STRING("A blue apricorn.\n" - "It smells a bit\n" - "like grass."), + .description = COMPOUND_STRING( + "A blue apricorn.\n" + "It smells a bit\n" + "like grass."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2943,9 +3092,10 @@ const struct Item gItemsInfo[] = { .name = _("YellwApricorn"), .price = (I_PRICE == GEN_4) ? 0 : ((I_PRICE >= GEN_5 && I_PRICE <= GEN_7) ? 20 : 200), - .description = COMPOUND_STRING("A yellow apricorn.\n" - "It has an invigor-\n" - "ating scent."), + .description = COMPOUND_STRING( + "A yellow apricorn.\n" + "It has an invigor-\n" + "ating scent."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2955,9 +3105,10 @@ const struct Item gItemsInfo[] = { .name = _("GreenApricorn"), .price = (I_PRICE == GEN_4) ? 0 : ((I_PRICE >= GEN_5 && I_PRICE <= GEN_7) ? 20 : 200), - .description = COMPOUND_STRING("A green apricorn.\n" - "It has a strange,\n" - "aromatic scent."), + .description = COMPOUND_STRING( + "A green apricorn.\n" + "It has a strange,\n" + "aromatic scent."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2967,9 +3118,10 @@ const struct Item gItemsInfo[] = { .name = _("Pink Apricorn"), .price = (I_PRICE == GEN_4) ? 0 : ((I_PRICE >= GEN_5 && I_PRICE <= GEN_7) ? 20 : 200), - .description = COMPOUND_STRING("A pink apricorn.\n" - "It has a nice,\n" - "sweet scent."), + .description = COMPOUND_STRING( + "A pink apricorn.\n" + "It has a nice,\n" + "sweet scent."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2979,9 +3131,10 @@ const struct Item gItemsInfo[] = { .name = _("WhiteApricorn"), .price = (I_PRICE == GEN_4) ? 0 : ((I_PRICE >= GEN_5 && I_PRICE <= GEN_7) ? 20 : 200), - .description = COMPOUND_STRING("A white apricorn.\n" - "It doesn't smell\n" - "like anything."), + .description = COMPOUND_STRING( + "A white apricorn.\n" + "It doesn't smell\n" + "like anything."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -2991,9 +3144,10 @@ const struct Item gItemsInfo[] = { .name = _("BlackApricorn"), .price = (I_PRICE == GEN_4) ? 0 : ((I_PRICE >= GEN_5 && I_PRICE <= GEN_7) ? 20 : 200), - .description = COMPOUND_STRING("A black apricorn.\n" - "It has an inde-\n" - "scribable scent."), + .description = COMPOUND_STRING( + "A black apricorn.\n" + "It has an inde-\n" + "scribable scent."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3003,9 +3157,10 @@ const struct Item gItemsInfo[] = { .name = _("WishingPiece"), .price = 20, - .description = COMPOUND_STRING("Throw into a\n" - "{PKMN} Den to attract\n" - "Dynamax Pokémon."), + .description = COMPOUND_STRING( + "Throw into a\n" + "{PKMN} Den to attract\n" + "Dynamax Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, // Todo @@ -3016,9 +3171,10 @@ const struct Item gItemsInfo[] = { .name = _("GalaricaTwig"), .price = 20 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A twig from a tree\n" - "in Galar called\n" - "Galarica."), + .description = COMPOUND_STRING( + "A twig from a tree\n" + "in Galar called\n" + "Galarica."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3030,9 +3186,10 @@ const struct Item gItemsInfo[] = .name = _("Armorite Ore"), .pluralName = _("Armorite Ore"), .price = 20, - .description = COMPOUND_STRING("A rare ore. Can be\n" - "found in the Isle\n" - "of Armor at Galar."), + .description = COMPOUND_STRING( + "A rare ore. Can be\n" + "found in the Isle\n" + "of Armor at Galar."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3044,9 +3201,10 @@ const struct Item gItemsInfo[] = .name = _("Dynite Ore"), .pluralName = _("Dynite Ore"), .price = 20, - .description = COMPOUND_STRING("A mysterious ore.\n" - "It can be found in\n" - "Galar's Max Lair."), + .description = COMPOUND_STRING( + "A mysterious ore.\n" + "It can be found in\n" + "Galar's Max Lair."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3060,9 +3218,10 @@ const struct Item gItemsInfo[] = .name = _("Orange Mail"), .pluralName = _("Orange Mail"), .price = 50, - .description = COMPOUND_STRING("A Zigzagoon-print\n" - "Mail to be held by\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "A Zigzagoon-print\n" + "Mail to be held by\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3074,9 +3233,10 @@ const struct Item gItemsInfo[] = .name = _("Harbor Mail"), .pluralName = _("Harbor Mail"), .price = 50, - .description = COMPOUND_STRING("A Wingull-print\n" - "Mail to be held by\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "A Wingull-print\n" + "Mail to be held by\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3088,9 +3248,10 @@ const struct Item gItemsInfo[] = .name = _("Glitter Mail"), .pluralName = _("Glitter Mail"), .price = 50, - .description = COMPOUND_STRING("A Pikachu-print\n" - "Mail to be held by\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "A Pikachu-print\n" + "Mail to be held by\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3102,9 +3263,10 @@ const struct Item gItemsInfo[] = .name = _("Mech Mail"), .pluralName = _("Mech Mail"), .price = 50, - .description = COMPOUND_STRING("A Magnemite-print\n" - "Mail to be held by\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "A Magnemite-print\n" + "Mail to be held by\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3116,9 +3278,10 @@ const struct Item gItemsInfo[] = .name = _("Wood Mail"), .pluralName = _("Wood Mail"), .price = 50, - .description = COMPOUND_STRING("A Slakoth-print\n" - "Mail to be held by\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "A Slakoth-print\n" + "Mail to be held by\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3130,9 +3293,10 @@ const struct Item gItemsInfo[] = .name = _("Wave Mail"), .pluralName = _("Wave Mail"), .price = 50, - .description = COMPOUND_STRING("A Wailmer-print\n" - "Mail to be held by\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "A Wailmer-print\n" + "Mail to be held by\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3156,9 +3320,10 @@ const struct Item gItemsInfo[] = .name = _("Shadow Mail"), .pluralName = _("Shadow Mail"), .price = 50, - .description = COMPOUND_STRING("A Duskull-print\n" - "Mail to be held by\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "A Duskull-print\n" + "Mail to be held by\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3170,9 +3335,10 @@ const struct Item gItemsInfo[] = .name = _("Tropic Mail"), .pluralName = _("Tropic Mail"), .price = 50, - .description = COMPOUND_STRING("A Bellossom-print\n" - "Mail to be held by\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "A Bellossom-print\n" + "Mail to be held by\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3196,9 +3362,10 @@ const struct Item gItemsInfo[] = .name = _("Fab Mail"), .pluralName = _("Fab Mail"), .price = 50, - .description = COMPOUND_STRING("A gorgeous-print\n" - "Mail to be held\n" - "by a Pokémon."), + .description = COMPOUND_STRING( + "A gorgeous-print\n" + "Mail to be held\n" + "by a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3210,9 +3377,10 @@ const struct Item gItemsInfo[] = .name = _("Retro Mail"), .pluralName = _("Retro Mail"), .price = 50, - .description = COMPOUND_STRING("Mail featuring the\n" - "drawings of three\n" - "Pokémon."), + .description = COMPOUND_STRING( + "Mail featuring the\n" + "drawings of three\n" + "Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_MAIL, .fieldUseFunc = ItemUseOutOfBattle_Mail, @@ -3345,9 +3513,10 @@ const struct Item gItemsInfo[] = { .name = _("Sweet Apple"), .price = 2200, - .description = COMPOUND_STRING("A very sweet apple\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A very sweet apple\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -3359,9 +3528,10 @@ const struct Item gItemsInfo[] = { .name = _("Tart Apple"), .price = 2200, - .description = COMPOUND_STRING("A very tart apple\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A very tart apple\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -3373,9 +3543,10 @@ const struct Item gItemsInfo[] = { .name = _("Cracked Pot"), .price = 1600, - .description = COMPOUND_STRING("A cracked teapot\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A cracked teapot\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -3387,9 +3558,10 @@ const struct Item gItemsInfo[] = { .name = _("Chipped Pot"), .price = 38000, - .description = COMPOUND_STRING("A chipped teapot\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A chipped teapot\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -3401,9 +3573,10 @@ const struct Item gItemsInfo[] = { .name = _("GalaricaCuff"), .price = (I_PRICE >= GEN_9) ? 3000 : 6000, - .description = COMPOUND_STRING("A cuff from Galar\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A cuff from Galar\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -3416,9 +3589,10 @@ const struct Item gItemsInfo[] = .name = _("GalrcaWreath"), .pluralName = _("GalrcaWreathes"), .price = (I_PRICE >= GEN_9) ? 3000 : 6000, - .description = COMPOUND_STRING("A wreath made in\n" - "Galar. Makes some\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A wreath made in\n" + "Galar. Makes some\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -3432,9 +3606,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, .holdEffect = HOLD_EFFECT_DRAGON_SCALE, .holdEffectParam = 10, - .description = COMPOUND_STRING("A strange scale\n" - "held by Dragon-\n" - "type Pokémon."), + .description = COMPOUND_STRING( + "A strange scale\n" + "held by Dragon-\n" + "type Pokémon."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3447,8 +3622,9 @@ const struct Item gItemsInfo[] = .name = _("Upgrade"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, .holdEffect = HOLD_EFFECT_UPGRADE, - .description = COMPOUND_STRING("A peculiar box made\n" - "by Silph Co."), + .description = COMPOUND_STRING( + "A peculiar box made\n" + "by Silph Co."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3460,9 +3636,10 @@ const struct Item gItemsInfo[] = { .name = _("Protector"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, - .description = COMPOUND_STRING("Loved by a certain\n" - "Pokémon. It's stiff\n" - "and heavy."), + .description = COMPOUND_STRING( + "Loved by a certain\n" + "Pokémon. It's stiff\n" + "and heavy."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3474,9 +3651,10 @@ const struct Item gItemsInfo[] = { .name = _("Electirizer"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, - .description = COMPOUND_STRING("Loved by a certain\n" - "Pokémon. It's full\n" - "of electric energy."), + .description = COMPOUND_STRING( + "Loved by a certain\n" + "Pokémon. It's full\n" + "of electric energy."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3488,9 +3666,10 @@ const struct Item gItemsInfo[] = { .name = _("Magmarizer"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, - .description = COMPOUND_STRING("Loved by a certain\n" - "Pokémon. It's full\n" - "of magma energy."), + .description = COMPOUND_STRING( + "Loved by a certain\n" + "Pokémon. It's full\n" + "of magma energy."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3502,9 +3681,10 @@ const struct Item gItemsInfo[] = { .name = _("Dubious Disc"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, - .description = COMPOUND_STRING("A transparent device\n" - "overflowing with\n" - "dubious data."), + .description = COMPOUND_STRING( + "A transparent device\n" + "overflowing with\n" + "dubious data."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3517,9 +3697,10 @@ const struct Item gItemsInfo[] = .name = _("Reaper Cloth"), .pluralName = _("Reaper Cloths"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, - .description = COMPOUND_STRING("Loved by a certain\n" - "Pokémon. Imbued with\n" - "spiritual energy."), + .description = COMPOUND_STRING( + "Loved by a certain\n" + "Pokémon. Imbued with\n" + "spiritual energy."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3531,9 +3712,10 @@ const struct Item gItemsInfo[] = { .name = _("Prism Scale"), .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 2000 : 500), - .description = COMPOUND_STRING("A mysterious scale\n" - "that evolves certain\n" - "Pokémon. It shines."), + .description = COMPOUND_STRING( + "A mysterious scale\n" + "that evolves certain\n" + "Pokémon. It shines."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3546,9 +3728,10 @@ const struct Item gItemsInfo[] = .name = _("Whipped Dream"), .pluralName = _("Whipped Dream"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, - .description = COMPOUND_STRING("A soft and sweet\n" - "treat loved by\n" - "a certain Pokémon."), + .description = COMPOUND_STRING( + "A soft and sweet\n" + "treat loved by\n" + "a certain Pokémon."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3560,9 +3743,10 @@ const struct Item gItemsInfo[] = { .name = _("Sachet"), .price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100, - .description = COMPOUND_STRING("A sachet filled with\n" - "perfumes loved by\n" - "a certain Pokémon."), + .description = COMPOUND_STRING( + "A sachet filled with\n" + "perfumes loved by\n" + "a certain Pokémon."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3574,9 +3758,10 @@ const struct Item gItemsInfo[] = { .name = _("Oval Stone"), .price = (I_PRICE >= GEN_7) ? 2000 : 2100, - .description = COMPOUND_STRING("Makes a certain\n" - "Pokémon evolve. It's\n" - "shaped like an egg."), + .description = COMPOUND_STRING( + "Makes a certain\n" + "Pokémon evolve. It's\n" + "shaped like an egg."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -3588,9 +3773,10 @@ const struct Item gItemsInfo[] = { .name = _("StrwbrySweet"), .price = 500 * TREASURE_FACTOR, - .description = COMPOUND_STRING("Strawberry-shaped\n" - "sweet loved by\n" - "Milcery."), + .description = COMPOUND_STRING( + "Strawberry-shaped\n" + "sweet loved by\n" + "Milcery."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3601,9 +3787,10 @@ const struct Item gItemsInfo[] = { .name = _("Love Sweet"), .price = 500 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A heart-shaped\n" - "sweet loved by\n" - "Milcery."), + .description = COMPOUND_STRING( + "A heart-shaped\n" + "sweet loved by\n" + "Milcery."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3614,9 +3801,10 @@ const struct Item gItemsInfo[] = { .name = _("Berry Sweet"), .price = 500 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A berry-shaped\n" - "sweet loved by\n" - "Milcery."), + .description = COMPOUND_STRING( + "A berry-shaped\n" + "sweet loved by\n" + "Milcery."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3627,9 +3815,10 @@ const struct Item gItemsInfo[] = { .name = _("Clover Sweet"), .price = 500 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A clover-shaped\n" - "sweet loved by\n" - "Milcery."), + .description = COMPOUND_STRING( + "A clover-shaped\n" + "sweet loved by\n" + "Milcery."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3640,9 +3829,10 @@ const struct Item gItemsInfo[] = { .name = _("Flower Sweet"), .price = 500 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A flower-shaped\n" - "sweet loved by\n" - "Milcery."), + .description = COMPOUND_STRING( + "A flower-shaped\n" + "sweet loved by\n" + "Milcery."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3653,9 +3843,10 @@ const struct Item gItemsInfo[] = { .name = _("Star Sweet"), .price = 500 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A star-shaped\n" - "sweet loved by\n" - "Milcery."), + .description = COMPOUND_STRING( + "A star-shaped\n" + "sweet loved by\n" + "Milcery."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3666,9 +3857,10 @@ const struct Item gItemsInfo[] = { .name = _("Ribbon Sweet"), .price = 500 * TREASURE_FACTOR, - .description = COMPOUND_STRING("A ribbon-shaped\n" - "sweet loved by\n" - "Milcery."), + .description = COMPOUND_STRING( + "A ribbon-shaped\n" + "sweet loved by\n" + "Milcery."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3680,9 +3872,10 @@ const struct Item gItemsInfo[] = .name = _("Everstone"), .price = (I_PRICE >= GEN_7) ? 3000 : 200, .holdEffect = HOLD_EFFECT_PREVENT_EVOLVE, - .description = COMPOUND_STRING("A wondrous hold\n" - "item that prevents\n" - "evolution."), + .description = COMPOUND_STRING( + "A wondrous hold\n" + "item that prevents\n" + "evolution."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3747,9 +3940,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Fire-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Fire-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3763,9 +3957,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Water-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Water-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3779,9 +3974,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of Elec-\n" - "tric-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of Elec-\n" + "tric-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3795,9 +3991,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Grass-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Grass-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3811,9 +4008,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Ice-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Ice-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3827,9 +4025,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of Fight-\n" - "ing-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of Fight-\n" + "ing-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3843,9 +4042,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Poison-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Poison-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3859,9 +4059,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Ground-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Ground-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3875,9 +4076,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Flying-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Flying-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3891,9 +4093,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of Psy\n" - "chic-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of Psy\n" + "chic-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3907,9 +4110,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Bug-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Bug-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3923,9 +4127,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Rock-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Rock-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3939,9 +4144,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Ghost-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Ghost-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3955,9 +4161,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Dragon-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Dragon-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3971,9 +4178,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Dark-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Dark-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -3987,9 +4195,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A tablet that ups\n" - "the power of\n" - "Steel-type moves."), + .description = COMPOUND_STRING( + "A tablet that ups\n" + "the power of\n" + "Steel-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4003,9 +4212,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_PLATE, .holdEffectParam = 20, - .description = COMPOUND_STRING("A stone tablet that\n" - "boosts the power of\n" - "Fairy-type moves."), + .description = COMPOUND_STRING( + "A stone tablet that\n" + "boosts the power of\n" + "Fairy-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4020,9 +4230,10 @@ const struct Item gItemsInfo[] = .name = _("Douse Drive"), .price = (I_PRICE >= GEN_7) ? 0 : 1000, .holdEffect = HOLD_EFFECT_DRIVE, - .description = COMPOUND_STRING("Changes Genesect's\n" - "Techno Blast to\n" - "Water-type."), + .description = COMPOUND_STRING( + "Changes Genesect's\n" + "Techno Blast to\n" + "Water-type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4035,9 +4246,10 @@ const struct Item gItemsInfo[] = .name = _("Shock Drive"), .price = (I_PRICE >= GEN_7) ? 0 : 1000, .holdEffect = HOLD_EFFECT_DRIVE, - .description = COMPOUND_STRING("Changes Genesect's\n" - "Techno Blast to\n" - "Electric-type."), + .description = COMPOUND_STRING( + "Changes Genesect's\n" + "Techno Blast to\n" + "Electric-type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4050,9 +4262,10 @@ const struct Item gItemsInfo[] = .name = _("Burn Drive"), .price = (I_PRICE >= GEN_7) ? 0 : 1000, .holdEffect = HOLD_EFFECT_DRIVE, - .description = COMPOUND_STRING("Changes Genesect's\n" - "Techno Blast to\n" - "Fire-type."), + .description = COMPOUND_STRING( + "Changes Genesect's\n" + "Techno Blast to\n" + "Fire-type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4065,9 +4278,10 @@ const struct Item gItemsInfo[] = .name = _("Chill Drive"), .price = (I_PRICE >= GEN_7) ? 0 : 1000, .holdEffect = HOLD_EFFECT_DRIVE, - .description = COMPOUND_STRING("Changes Genesect's\n" - "Techno Blast to\n" - "Ice-type."), + .description = COMPOUND_STRING( + "Changes Genesect's\n" + "Techno Blast to\n" + "Ice-type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4084,9 +4298,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Fire\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Fire\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4101,9 +4316,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Water\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Water\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4118,9 +4334,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Electric\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Electric\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4135,9 +4352,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Grass\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Grass\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4152,9 +4370,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Ice\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Ice\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4169,9 +4388,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Fighting\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Fighting\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4186,9 +4406,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Poison\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Poison\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4203,9 +4424,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Ground\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Ground\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4220,9 +4442,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Flying\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Flying\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4237,9 +4460,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Psychic\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Psychic\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4254,9 +4478,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Bug\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Bug\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4271,9 +4496,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Rock\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Rock\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4288,9 +4514,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Ghost\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Ghost\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4305,9 +4532,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Dragon\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Dragon\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4322,9 +4550,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Dark\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Dark\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4339,9 +4568,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Steel\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Steel\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4356,9 +4586,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_MEMORY, .holdEffectParam = 0, - .description = COMPOUND_STRING("A disc with Fairy\n" - "type data. It swaps\n" - "Silvally's type."), + .description = COMPOUND_STRING( + "A disc with Fairy\n" + "type data. It swaps\n" + "Silvally's type."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4370,9 +4601,10 @@ const struct Item gItemsInfo[] = { .name = _("RustedSword"), .price = 0, - .description = COMPOUND_STRING("A rusty sword. A\n" - "hero used it to\n" - "halt a disaster."), + .description = COMPOUND_STRING( + "A rusty sword. A\n" + "hero used it to\n" + "halt a disaster."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4382,9 +4614,10 @@ const struct Item gItemsInfo[] = { .name = _("RustedShield"), .price = 0, - .description = COMPOUND_STRING("A rusty shield. A\n" - "hero used it to\n" - "halt a disaster."), + .description = COMPOUND_STRING( + "A rusty shield. A\n" + "hero used it to\n" + "halt a disaster."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4397,9 +4630,10 @@ const struct Item gItemsInfo[] = .name = _("Red Orb"), .price = 0, .holdEffect = HOLD_EFFECT_PRIMAL_ORB, - .description = COMPOUND_STRING("A red, glowing orb\n" - "said to contain an\n" - "ancient power."), + .description = COMPOUND_STRING( + "A red, glowing orb\n" + "said to contain an\n" + "ancient power."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4410,9 +4644,10 @@ const struct Item gItemsInfo[] = .name = _("Blue Orb"), .price = 0, .holdEffect = HOLD_EFFECT_PRIMAL_ORB, - .description = COMPOUND_STRING("A blue, glowing orb\n" - "said to contain an\n" - "ancient power."), + .description = COMPOUND_STRING( + "A blue, glowing orb\n" + "said to contain an\n" + "ancient power."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4425,9 +4660,10 @@ const struct Item gItemsInfo[] = .name = _("Venusaurite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Venusaur to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Venusaur to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4465,9 +4701,10 @@ const struct Item gItemsInfo[] = .name = _("Blastoisinite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Blastoise to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Blastoise to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4479,9 +4716,10 @@ const struct Item gItemsInfo[] = .name = _("Beedrillite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Beedrill to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Beedrill to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4493,9 +4731,10 @@ const struct Item gItemsInfo[] = .name = _("Pidgeotite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Pidgeot to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Pidgeot to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4507,9 +4746,10 @@ const struct Item gItemsInfo[] = .name = _("Alakazite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Alakazam to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Alakazam to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4521,9 +4761,10 @@ const struct Item gItemsInfo[] = .name = _("Slowbronite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Slowbro to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Slowbro to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4535,9 +4776,10 @@ const struct Item gItemsInfo[] = .name = _("Gengarite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Gengar to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Gengar to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4549,9 +4791,10 @@ const struct Item gItemsInfo[] = .name = _("Kangaskhanite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Kangaskhan to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Kangaskhan to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4563,9 +4806,10 @@ const struct Item gItemsInfo[] = .name = _("Pinsirite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Pinsir to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Pinsir to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4577,9 +4821,10 @@ const struct Item gItemsInfo[] = .name = _("Gyaradosite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Gyarados to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Gyarados to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4591,9 +4836,10 @@ const struct Item gItemsInfo[] = .name = _("Aerodactylite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Aerodactyl to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Aerodactyl to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4631,9 +4877,10 @@ const struct Item gItemsInfo[] = .name = _("Ampharosite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Ampharos to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Ampharos to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4645,9 +4892,10 @@ const struct Item gItemsInfo[] = .name = _("Steelixite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Steelix to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Steelix to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4659,9 +4907,10 @@ const struct Item gItemsInfo[] = .name = _("Scizorite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Scizor to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Scizor to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4673,9 +4922,10 @@ const struct Item gItemsInfo[] = .name = _("Heracronite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Heracross to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Heracross to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4687,9 +4937,10 @@ const struct Item gItemsInfo[] = .name = _("Houndoominite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Houndoom to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Houndoom to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4701,9 +4952,10 @@ const struct Item gItemsInfo[] = .name = _("Tyranitarite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Tyranitar to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Tyranitar to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4715,9 +4967,10 @@ const struct Item gItemsInfo[] = .name = _("Sceptilite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Sceptile to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Sceptile to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4729,9 +4982,10 @@ const struct Item gItemsInfo[] = .name = _("Blazikenite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Blaziken to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Blaziken to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4743,9 +4997,10 @@ const struct Item gItemsInfo[] = .name = _("Swampertite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Swampert to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Swampert to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4757,9 +5012,10 @@ const struct Item gItemsInfo[] = .name = _("Gardevoirite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Gardevoir to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Gardevoir to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4771,9 +5027,10 @@ const struct Item gItemsInfo[] = .name = _("Sablenite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Sableye to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Sableye to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4785,9 +5042,10 @@ const struct Item gItemsInfo[] = .name = _("Mawilite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Mawile to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Mawile to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4799,9 +5057,10 @@ const struct Item gItemsInfo[] = .name = _("Aggronite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Aggron to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Aggron to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4813,9 +5072,10 @@ const struct Item gItemsInfo[] = .name = _("Medichamite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Medicham to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Medicham to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4827,9 +5087,10 @@ const struct Item gItemsInfo[] = .name = _("Manectite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Manectric to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Manectric to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4841,9 +5102,10 @@ const struct Item gItemsInfo[] = .name = _("Sharpedonite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Sharpedo to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Sharpedo to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4855,9 +5117,10 @@ const struct Item gItemsInfo[] = .name = _("Cameruptite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Camerupt to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Camerupt to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4869,9 +5132,10 @@ const struct Item gItemsInfo[] = .name = _("Altarianite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Altaria to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Altaria to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4883,9 +5147,10 @@ const struct Item gItemsInfo[] = .name = _("Banettite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Banette to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Banette to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4897,9 +5162,10 @@ const struct Item gItemsInfo[] = .name = _("Absolite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Absol to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Absol to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4911,9 +5177,10 @@ const struct Item gItemsInfo[] = .name = _("Glalitite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Glalie to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Glalie to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4925,9 +5192,10 @@ const struct Item gItemsInfo[] = .name = _("Salamencite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Salamence to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Salamence to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4939,9 +5207,10 @@ const struct Item gItemsInfo[] = .name = _("Metagrossite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Metagross to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Metagross to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4953,9 +5222,10 @@ const struct Item gItemsInfo[] = .name = _("Latiasite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Latias to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Latias to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4967,9 +5237,10 @@ const struct Item gItemsInfo[] = .name = _("Latiosite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Latios to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Latios to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4981,9 +5252,10 @@ const struct Item gItemsInfo[] = .name = _("Lopunnite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Lopunny to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Lopunny to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -4995,9 +5267,10 @@ const struct Item gItemsInfo[] = .name = _("Garchompite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Garchomp to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Garchomp to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5009,9 +5282,10 @@ const struct Item gItemsInfo[] = .name = _("Lucarionite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Lucario to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Lucario to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5023,9 +5297,10 @@ const struct Item gItemsInfo[] = .name = _("Abomasite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Abomasnow to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Abomasnow to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5037,9 +5312,10 @@ const struct Item gItemsInfo[] = .name = _("Galladite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Gallade to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Gallade to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5051,9 +5327,10 @@ const struct Item gItemsInfo[] = .name = _("Audinite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Audino to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Audino to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5065,9 +5342,10 @@ const struct Item gItemsInfo[] = .name = _("Diancite"), .price = 0, .holdEffect = HOLD_EFFECT_MEGA_STONE, - .description = COMPOUND_STRING("This stone enables\n" - "Diancie to Mega\n" - "Evolve in battle."), + .description = COMPOUND_STRING( + "This stone enables\n" + "Diancie to Mega\n" + "Evolve in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5082,9 +5360,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Normal\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Normal\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5097,9 +5376,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Fire\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Fire\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5112,9 +5392,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Water\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Water\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5127,9 +5408,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Electric\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Electric\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5142,9 +5424,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Grass\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Grass\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5157,9 +5440,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Ice\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Ice\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5172,9 +5456,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Fighting\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Fighting\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5187,9 +5472,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Poison\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Poison\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5202,9 +5488,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Ground\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Ground\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5217,9 +5504,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Flying\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Flying\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5232,9 +5520,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Psychic\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Psychic\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5247,9 +5536,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Bug\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Bug\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5262,9 +5552,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Rock\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Rock\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5277,9 +5568,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Ghost\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Ghost\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5292,9 +5584,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Dragon\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Dragon\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5307,9 +5600,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Dark\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Dark\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5322,9 +5616,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Steel\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Steel\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5337,9 +5632,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GEMS, .holdEffectParam = GEM_BOOST_PARAM, - .description = COMPOUND_STRING("Increases the\n" - "power of Fairy\n" - "Type moves."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of Fairy\n" + "Type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5353,9 +5649,10 @@ const struct Item gItemsInfo[] = .name = _("Normalium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Normal-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Normal-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5367,9 +5664,10 @@ const struct Item gItemsInfo[] = .name = _("Firium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Fire-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Fire-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5381,9 +5679,10 @@ const struct Item gItemsInfo[] = .name = _("Waterium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Water-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Water-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5395,9 +5694,10 @@ const struct Item gItemsInfo[] = .name = _("Electrium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Electric-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Electric-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5409,9 +5709,10 @@ const struct Item gItemsInfo[] = .name = _("Grassium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Grass-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Grass-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5423,9 +5724,10 @@ const struct Item gItemsInfo[] = .name = _("Icium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Ice-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Ice-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5437,9 +5739,10 @@ const struct Item gItemsInfo[] = .name = _("Fightinium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Fighting-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Fighting-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5451,9 +5754,10 @@ const struct Item gItemsInfo[] = .name = _("Poisonium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Poison-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Poison-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5465,9 +5769,10 @@ const struct Item gItemsInfo[] = .name = _("Groundium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Ground-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Ground-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5479,9 +5784,10 @@ const struct Item gItemsInfo[] = .name = _("Flyinium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Flying-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Flying-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5493,9 +5799,10 @@ const struct Item gItemsInfo[] = .name = _("Psychium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Psychic-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Psychic-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5507,9 +5814,10 @@ const struct Item gItemsInfo[] = .name = _("Buginium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Bug-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Bug-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5521,9 +5829,10 @@ const struct Item gItemsInfo[] = .name = _("Rockium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Rock-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Rock-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5535,9 +5844,10 @@ const struct Item gItemsInfo[] = .name = _("Ghostium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Ghost-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Ghost-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5549,9 +5859,10 @@ const struct Item gItemsInfo[] = .name = _("Dragonium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Dragon-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Dragon-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5563,9 +5874,10 @@ const struct Item gItemsInfo[] = .name = _("Darkinium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Dark-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Dark-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5577,9 +5889,10 @@ const struct Item gItemsInfo[] = .name = _("Steelium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Steel-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Steel-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5591,9 +5904,10 @@ const struct Item gItemsInfo[] = .name = _("Fairium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Fairy-\n" - "type moves into\n" - "Z-Moves."), + .description = COMPOUND_STRING( + "Upgrade Fairy-\n" + "type moves into\n" + "Z-Moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5605,9 +5919,10 @@ const struct Item gItemsInfo[] = .name = _("Pikanium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Pikachu's\n" - "Volt Tackle\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Pikachu's\n" + "Volt Tackle\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5619,9 +5934,10 @@ const struct Item gItemsInfo[] = .name = _("Eevium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Eevee's\n" - "Last Resort\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Eevee's\n" + "Last Resort\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5633,9 +5949,10 @@ const struct Item gItemsInfo[] = .name = _("Snorlium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Snorlax's\n" - "Giga Impact\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Snorlax's\n" + "Giga Impact\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5647,9 +5964,10 @@ const struct Item gItemsInfo[] = .name = _("Mewnium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Mew's\n" - "Psychic into\n" - "a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Mew's\n" + "Psychic into\n" + "a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5661,9 +5979,10 @@ const struct Item gItemsInfo[] = .name = _("Decidium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Decidu-\n" - "eye's Spirit Sha-\n" - "ckle into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Decidu-\n" + "eye's Spirit Sha-\n" + "ckle into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5675,9 +5994,10 @@ const struct Item gItemsInfo[] = .name = _("Incinium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Incine-\n" - "roar's Darkest La-\n" - "riat into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Incine-\n" + "roar's Darkest La-\n" + "riat into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5689,9 +6009,10 @@ const struct Item gItemsInfo[] = .name = _("Primarium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Primarina's\n" - "Sparkling Aria\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Primarina's\n" + "Sparkling Aria\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5703,9 +6024,10 @@ const struct Item gItemsInfo[] = .name = _("Lycanium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Lycanroc's\n" - "Stone Edge\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Lycanroc's\n" + "Stone Edge\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5717,9 +6039,10 @@ const struct Item gItemsInfo[] = .name = _("Mimikium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Mimikyu's\n" - "Play Rough\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Mimikyu's\n" + "Play Rough\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5731,9 +6054,10 @@ const struct Item gItemsInfo[] = .name = _("Kommonium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Kommo-o's\n" - "Clanging Scales\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Kommo-o's\n" + "Clanging Scales\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5745,9 +6069,10 @@ const struct Item gItemsInfo[] = .name = _("Tapunium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade the tapus'\n" - "Nature's Madness\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade the tapus'\n" + "Nature's Madness\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5759,9 +6084,10 @@ const struct Item gItemsInfo[] = .name = _("Solganium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Solgaleo's\n" - "Sunsteel Strike\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Solgaleo's\n" + "Sunsteel Strike\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5773,9 +6099,10 @@ const struct Item gItemsInfo[] = .name = _("Lunalium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Lunala's\n" - "Moongeist Beam\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Lunala's\n" + "Moongeist Beam\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5787,9 +6114,10 @@ const struct Item gItemsInfo[] = .name = _("Marshadium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Marsha-\n" - "dow's Spectral Thi-\n" - "ef into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Marsha-\n" + "dow's Spectral Thi-\n" + "ef into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5801,9 +6129,10 @@ const struct Item gItemsInfo[] = .name = _("Aloraichium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Alolan\n" - "Raichu's Thunder-\n" - "bolt into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Alolan\n" + "Raichu's Thunder-\n" + "bolt into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5815,9 +6144,10 @@ const struct Item gItemsInfo[] = .name = _("Pikashunium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("Upgrade Pikachu w/\n" - "a cap's Thunderbolt\n" - "into a Z-Move."), + .description = COMPOUND_STRING( + "Upgrade Pikachu w/\n" + "a cap's Thunderbolt\n" + "into a Z-Move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5829,9 +6159,10 @@ const struct Item gItemsInfo[] = .name = _("U-Necrozium Z"), .price = 0, .holdEffect = HOLD_EFFECT_Z_CRYSTAL, - .description = COMPOUND_STRING("A crystal to turn\n" - "fused Necrozma\n" - "into a new form."), + .description = COMPOUND_STRING( + "A crystal to turn\n" + "fused Necrozma\n" + "into a new form."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5845,9 +6176,10 @@ const struct Item gItemsInfo[] = .name = _("Light Ball"), .price = (I_PRICE >= GEN_7) ? 1000 : 100, .holdEffect = HOLD_EFFECT_LIGHT_BALL, - .description = COMPOUND_STRING("A hold item that\n" - "raises the Atk and\n" - "Sp. Atk of Pikachu."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the Atk and\n" + "Sp. Atk of Pikachu."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5859,9 +6191,10 @@ const struct Item gItemsInfo[] = .name = _("Leek"), .price = (I_PRICE >= GEN_7) ? 1000 : 200, .holdEffect = HOLD_EFFECT_LEEK, - .description = COMPOUND_STRING("A hold item that\n" - "raises Farfetch'd's\n" - "critical-hit ratio."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Farfetch'd's\n" + "critical-hit ratio."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5873,9 +6206,10 @@ const struct Item gItemsInfo[] = .name = _("Thick Club"), .price = (I_PRICE >= GEN_7) ? 1000 : 500, .holdEffect = HOLD_EFFECT_THICK_CLUB, - .description = COMPOUND_STRING("A hold item that \n" - "raises Cubone or\n" - "Marowak's Attack."), + .description = COMPOUND_STRING( + "A hold item that \n" + "raises Cubone or\n" + "Marowak's Attack."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5888,9 +6222,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Lucky Punches"), .price = (I_PRICE >= GEN_7) ? 1000 : 10, .holdEffect = HOLD_EFFECT_LUCKY_PUNCH, - .description = COMPOUND_STRING("A hold item that\n" - "raises Chansey's\n" - "critical-hit rate."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Chansey's\n" + "critical-hit rate."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5903,9 +6238,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Metal Powder"), .price = (I_PRICE >= GEN_7) ? 1000 : 10, .holdEffect = HOLD_EFFECT_METAL_POWDER, - .description = COMPOUND_STRING("A hold item that\n" - "raises Ditto's\n" - "Defense."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Ditto's\n" + "Defense."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5918,9 +6254,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Quick Powder"), .price = (I_PRICE >= GEN_7) ? 1000 : 10, .holdEffect = HOLD_EFFECT_QUICK_POWDER, - .description = COMPOUND_STRING("An item to be held\n" - "by Ditto. This odd\n" - "powder boosts Speed."), + .description = COMPOUND_STRING( + "An item to be held\n" + "by Ditto. This odd\n" + "powder boosts Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -5932,9 +6269,10 @@ const struct Item gItemsInfo[] = .name = _("DeepSeaScale"), .price = (I_PRICE >= GEN_7) ? 2000 : 200, .holdEffect = HOLD_EFFECT_DEEP_SEA_SCALE, - .description = COMPOUND_STRING("A hold item that\n" - "raises the Sp. Def\n" - "of Clamperl."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the Sp. Def\n" + "of Clamperl."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -5948,9 +6286,10 @@ const struct Item gItemsInfo[] = .pluralName = _("DeepSeaTeeth"), .price = (I_PRICE >= GEN_7) ? 2000 : 200, .holdEffect = HOLD_EFFECT_DEEP_SEA_TOOTH, - .description = COMPOUND_STRING("A hold item that\n" - "raises the Sp. Atk\n" - "of Clamperl."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the Sp. Atk\n" + "of Clamperl."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -5964,14 +6303,15 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_7) ? 0 : 200, .holdEffect = HOLD_EFFECT_SOUL_DEW, .holdEffectParam = B_SOUL_DEW_BOOST >= GEN_7 ? 20 : 50, + .description = COMPOUND_STRING( #if B_SOUL_DEW_BOOST >= GEN_7 - .description = COMPOUND_STRING("Powers up Latios' &\n" - "Latias' Psychic and\n" - "Dragon-type moves."), + "Powers up Latios' &\n" + "Latias' Psychic and\n" + "Dragon-type moves."), #else - .description = COMPOUND_STRING("Hold item: raises\n" - "Sp. Atk & Sp. Def of\n" - "Latios & Latias."), + "Hold item: raises\n" + "Sp. Atk & Sp. Def of\n" + "Latios & Latias."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -5985,9 +6325,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_7) ? 0 : 10000, .holdEffect = HOLD_EFFECT_ADAMANT_ORB, .holdEffectParam = 20, - .description = COMPOUND_STRING("Boosts the power of\n" - "Dialga's Dragon and\n" - "Steel-type moves."), + .description = COMPOUND_STRING( + "Boosts the power of\n" + "Dialga's Dragon and\n" + "Steel-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6000,9 +6341,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_7) ? 0 : 10000, .holdEffect = HOLD_EFFECT_LUSTROUS_ORB, .holdEffectParam = 20, - .description = COMPOUND_STRING("Boosts the power of\n" - "Palkia's Dragon and\n" - "Water-type moves."), + .description = COMPOUND_STRING( + "Boosts the power of\n" + "Palkia's Dragon and\n" + "Water-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6015,9 +6357,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_7) ? 0 : 10000, .holdEffect = HOLD_EFFECT_GRISEOUS_ORB, .holdEffectParam = 20, - .description = COMPOUND_STRING("Powers up Giratina's\n" - "Dragon and Ghost-\n" - "type moves."), + .description = COMPOUND_STRING( + "Powers up Giratina's\n" + "Dragon and Ghost-\n" + "type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6045,9 +6388,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_7) ? 5000 : 9600, .holdEffect = HOLD_EFFECT_EVASION_UP, .holdEffectParam = 10, - .description = COMPOUND_STRING("A hold item that\n" - "slightly lowers the\n" - "foe's accuracy."), + .description = COMPOUND_STRING( + "A hold item that\n" + "slightly lowers the\n" + "foe's accuracy."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6150,9 +6494,10 @@ const struct Item gItemsInfo[] = .name = _("Red Scarf"), .pluralName = _("Red Scarves"), .price = 100, - .description = COMPOUND_STRING("A hold item that\n" - "raises Cool in\n" - "Contests."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Cool in\n" + "Contests."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6164,9 +6509,10 @@ const struct Item gItemsInfo[] = .name = _("Blue Scarf"), .pluralName = _("Blue Scarves"), .price = 100, - .description = COMPOUND_STRING("A hold item that\n" - "raises Beauty in\n" - "Contests."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Beauty in\n" + "Contests."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6178,9 +6524,10 @@ const struct Item gItemsInfo[] = .name = _("Pink Scarf"), .pluralName = _("Pink Scarves"), .price = 100, - .description = COMPOUND_STRING("A hold item that\n" - "raises Cute in\n" - "Contests."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Cute in\n" + "Contests."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6192,9 +6539,10 @@ const struct Item gItemsInfo[] = .name = _("Green Scarf"), .pluralName = _("Green Scarves"), .price = 100, - .description = COMPOUND_STRING("A hold item that\n" - "raises Smart in\n" - "Contests."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Smart in\n" + "Contests."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6206,9 +6554,10 @@ const struct Item gItemsInfo[] = .name = _("Yellow Scarf"), .pluralName = _("Yellow Scarves"), .price = 100, - .description = COMPOUND_STRING("A hold item that\n" - "raises Tough in\n" - "Contests."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Tough in\n" + "Contests."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6222,9 +6571,10 @@ const struct Item gItemsInfo[] = .name = _("Macho Brace"), .price = 3000, .holdEffect = HOLD_EFFECT_MACHO_BRACE, - .description = COMPOUND_STRING("A hold item that\n" - "promotes growth,\n" - "but reduces Speed."), + .description = COMPOUND_STRING( + "A hold item that\n" + "promotes growth,\n" + "but reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6237,9 +6587,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : 3000, .holdEffect = HOLD_EFFECT_POWER_ITEM, .holdEffectParam = POWER_ITEM_BOOST, - .description = COMPOUND_STRING("A hold item that\n" - "promotes HP gain,\n" - "but reduces Speed."), + .description = COMPOUND_STRING( + "A hold item that\n" + "promotes HP gain,\n" + "but reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6253,9 +6604,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : 3000, .holdEffect = HOLD_EFFECT_POWER_ITEM, .holdEffectParam = POWER_ITEM_BOOST, - .description = COMPOUND_STRING("A hold item that\n" - "promotes Atk gain,\n" - "but reduces Speed."), + .description = COMPOUND_STRING( + "A hold item that\n" + "promotes Atk gain,\n" + "but reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6269,9 +6621,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : 3000, .holdEffect = HOLD_EFFECT_POWER_ITEM, .holdEffectParam = POWER_ITEM_BOOST, - .description = COMPOUND_STRING("A hold item that\n" - "promotes Def gain,\n" - "but reduces Speed."), + .description = COMPOUND_STRING( + "A hold item that\n" + "promotes Def gain,\n" + "but reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6286,9 +6639,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : 3000, .holdEffect = HOLD_EFFECT_POWER_ITEM, .holdEffectParam = POWER_ITEM_BOOST, - .description = COMPOUND_STRING("Hold item that pro-\n" - "motes Sp. Atk gain,\n" - "but reduces Speed."), + .description = COMPOUND_STRING( + "Hold item that pro-\n" + "motes Sp. Atk gain,\n" + "but reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6302,9 +6656,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : 3000, .holdEffect = HOLD_EFFECT_POWER_ITEM, .holdEffectParam = POWER_ITEM_BOOST, - .description = COMPOUND_STRING("Hold item that pro-\n" - "motes Sp. Def gain,\n" - "but reduces Speed."), + .description = COMPOUND_STRING( + "Hold item that pro-\n" + "motes Sp. Def gain,\n" + "but reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6318,9 +6673,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : 3000, .holdEffect = HOLD_EFFECT_POWER_ITEM, .holdEffectParam = POWER_ITEM_BOOST, - .description = COMPOUND_STRING("A hold item that\n" - "promotes Spd gain,\n" - "but reduces Speed."), + .description = COMPOUND_STRING( + "A hold item that\n" + "promotes Spd gain,\n" + "but reduces Speed."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6337,9 +6693,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_NORMAL_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Normal-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Normal-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6352,9 +6709,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 9800), .holdEffect = HOLD_EFFECT_FIRE_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Fire-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Fire-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6368,9 +6726,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_WATER_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Water-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Water-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6383,9 +6742,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_ELECTRIC_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "boosts Electric-\n" - "type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "boosts Electric-\n" + "type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6412,9 +6772,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_ICE_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Ice-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Ice-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6427,9 +6788,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_FIGHTING_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "boosts Fighting-\n" - "type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "boosts Fighting-\n" + "type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6442,9 +6804,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_POISON_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Poison-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Poison-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6458,9 +6821,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_GROUND_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Ground-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Ground-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6473,9 +6837,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_FLYING_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Flying-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Flying-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6502,9 +6867,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_BUG_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Bug-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Bug-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6530,9 +6896,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_GHOST_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Ghost-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Ghost-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6545,9 +6912,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_DRAGON_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Dragon-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Dragon-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6561,9 +6929,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 1000 : 100), .holdEffect = HOLD_EFFECT_DARK_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Dark-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Dark-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6576,9 +6945,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 2000 : 100), .holdEffect = HOLD_EFFECT_STEEL_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Steel-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Steel-type moves."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -6593,9 +6963,10 @@ const struct Item gItemsInfo[] = .name = _("Choice Band"), .price = (I_PRICE >= GEN_9) ? 100000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_CHOICE_BAND, - .description = COMPOUND_STRING("Boosts Attack, but\n" - "allows the use of\n" - "only one move."), + .description = COMPOUND_STRING( + "Boosts Attack, but\n" + "allows the use of\n" + "only one move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6608,9 +6979,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Choice Specs"), .price = (I_PRICE >= GEN_9) ? 100000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_CHOICE_SPECS, - .description = COMPOUND_STRING("Boosts Sp. Atk, but\n" - "allows the use of\n" - "only one move."), + .description = COMPOUND_STRING( + "Boosts Sp. Atk, but\n" + "allows the use of\n" + "only one move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6623,9 +6995,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Choice Scarves"), .price = (I_PRICE >= GEN_9) ? 100000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_CHOICE_SCARF, - .description = COMPOUND_STRING("Boosts Speed, but\n" - "allows the use of\n" - "only one move."), + .description = COMPOUND_STRING( + "Boosts Speed, but\n" + "allows the use of\n" + "only one move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6639,9 +7012,10 @@ const struct Item gItemsInfo[] = .name = _("Flame Orb"), .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_FLAME_ORB, - .description = COMPOUND_STRING("A bizarre orb that\n" - "inflicts a burn on\n" - "holder in battle."), + .description = COMPOUND_STRING( + "A bizarre orb that\n" + "inflicts a burn on\n" + "holder in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6653,9 +7027,10 @@ const struct Item gItemsInfo[] = .name = _("Toxic Orb"), .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_TOXIC_ORB, - .description = COMPOUND_STRING("A bizarre orb that\n" - "badly poisons the\n" - "holder in battle."), + .description = COMPOUND_STRING( + "A bizarre orb that\n" + "badly poisons the\n" + "holder in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6669,9 +7044,10 @@ const struct Item gItemsInfo[] = .name = _("Damp Rock"), .price = (I_PRICE >= GEN_9) ? 8000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_DAMP_ROCK, - .description = COMPOUND_STRING("Extends the length\n" - "of Rain Dance if\n" - "used by the holder."), + .description = COMPOUND_STRING( + "Extends the length\n" + "of Rain Dance if\n" + "used by the holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6683,9 +7059,10 @@ const struct Item gItemsInfo[] = .name = _("Heat Rock"), .price = (I_PRICE >= GEN_9) ? 8000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_HEAT_ROCK, - .description = COMPOUND_STRING("Extends the length\n" - "of Sunny Day if\n" - "used by the holder."), + .description = COMPOUND_STRING( + "Extends the length\n" + "of Sunny Day if\n" + "used by the holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6697,9 +7074,10 @@ const struct Item gItemsInfo[] = .name = _("Smooth Rock"), .price = (I_PRICE >= GEN_9) ? 8000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_SMOOTH_ROCK, - .description = COMPOUND_STRING("Extends the length\n" - "of Sandstorm if\n" - "used by the holder."), + .description = COMPOUND_STRING( + "Extends the length\n" + "of Sandstorm if\n" + "used by the holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6711,9 +7089,10 @@ const struct Item gItemsInfo[] = .name = _("Icy Rock"), .price = (I_PRICE >= GEN_9) ? 8000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_ICY_ROCK, - .description = COMPOUND_STRING("Extends the length\n" - "of the move Hail\n" - "used by the holder."), + .description = COMPOUND_STRING( + "Extends the length\n" + "of the move Hail\n" + "used by the holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6728,9 +7107,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 20000 : 4000, .holdEffect = HOLD_EFFECT_SEEDS, .holdEffectParam = HOLD_EFFECT_PARAM_ELECTRIC_TERRAIN, - .description = COMPOUND_STRING("Boosts Defense on\n" - "Electric Terrain,\n" - "but only one time."), + .description = COMPOUND_STRING( + "Boosts Defense on\n" + "Electric Terrain,\n" + "but only one time."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6743,9 +7123,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 20000 : 4000, .holdEffect = HOLD_EFFECT_SEEDS, .holdEffectParam = HOLD_EFFECT_PARAM_PSYCHIC_TERRAIN, - .description = COMPOUND_STRING("Boosts Sp. Def. on\n" - "Psychic Terrain,\n" - "but only one time."), + .description = COMPOUND_STRING( + "Boosts Sp. Def. on\n" + "Psychic Terrain,\n" + "but only one time."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6758,9 +7139,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 20000 : 4000, .holdEffect = HOLD_EFFECT_SEEDS, .holdEffectParam = HOLD_EFFECT_PARAM_MISTY_TERRAIN, - .description = COMPOUND_STRING("Boosts Sp. Def. on\n" - "Misty Terrain,\n" - "but only one time."), + .description = COMPOUND_STRING( + "Boosts Sp. Def. on\n" + "Misty Terrain,\n" + "but only one time."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6773,9 +7155,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 20000 : 4000, .holdEffect = HOLD_EFFECT_SEEDS, .holdEffectParam = HOLD_EFFECT_PARAM_GRASSY_TERRAIN, - .description = COMPOUND_STRING("Boosts Defense on\n" - "Grassy Terrain,\n" - "but only one time."), + .description = COMPOUND_STRING( + "Boosts Defense on\n" + "Grassy Terrain,\n" + "but only one time."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6790,9 +7173,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 5000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_ABSORB_BULB, .holdEffectParam = 0, - .description = COMPOUND_STRING("Raises Sp. Atk if\n" - "the holder is hit by\n" - "a Water-type move."), + .description = COMPOUND_STRING( + "Raises Sp. Atk if\n" + "the holder is hit by\n" + "a Water-type move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6806,9 +7190,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 5000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_CELL_BATTERY, .holdEffectParam = 0, - .description = COMPOUND_STRING("Raises Atk if the\n" - "holder is hit by an\n" - "Electric-type move."), + .description = COMPOUND_STRING( + "Raises Atk if the\n" + "holder is hit by an\n" + "Electric-type move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6822,9 +7207,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 5000 : ((I_PRICE >= GEN_7) ? 4000 : 1000), .holdEffect = HOLD_EFFECT_LUMINOUS_MOSS, .holdEffectParam = 0, - .description = COMPOUND_STRING("Raises Sp. Def if\n" - "the holder is hit by\n" - "a Water-type move."), + .description = COMPOUND_STRING( + "Raises Sp. Def if\n" + "the holder is hit by\n" + "a Water-type move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6837,9 +7223,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 5000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_SNOWBALL, .holdEffectParam = 0, - .description = COMPOUND_STRING("Raises Atk if its\n" - "holder is hit by an\n" - "Ice-type move."), + .description = COMPOUND_STRING( + "Raises Atk if its\n" + "holder is hit by an\n" + "Ice-type move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6855,9 +7242,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 30000 : ((I_PRICE >= GEN_7) ? 4000 : 10), .holdEffect = HOLD_EFFECT_EVASION_UP, .holdEffectParam = 10, - .description = COMPOUND_STRING("A hold item that\n" - "casts a glare to\n" - "reduce accuracy."), + .description = COMPOUND_STRING( + "A hold item that\n" + "casts a glare to\n" + "reduce accuracy."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6869,9 +7257,10 @@ const struct Item gItemsInfo[] = .name = _("White Herb"), .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_RESTORE_STATS, - .description = COMPOUND_STRING("A hold item that\n" - "restores any\n" - "lowered stat."), + .description = COMPOUND_STRING( + "A hold item that\n" + "restores any\n" + "lowered stat."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6884,14 +7273,16 @@ const struct Item gItemsInfo[] = .holdEffect = HOLD_EFFECT_EXP_SHARE, #if I_EXP_SHARE_ITEM >= GEN_6 .price = 0, - .description = COMPOUND_STRING("This device gives\n" - "exp. to other\n" - "party members."), + .description = COMPOUND_STRING( + "This device gives\n" + "exp. to other\n" + "party members."), #else .price = 3000, - .description = COMPOUND_STRING("A hold item that\n" - "gets Exp. points\n" - "from battles."), + .description = COMPOUND_STRING( + "A hold item that\n" + "gets Exp. points\n" + "from battles."), #endif .pocket = I_EXP_SHARE_ITEM >= GEN_6 ? POCKET_KEY_ITEMS : POCKET_ITEMS, .type = ITEM_USE_FIELD, @@ -6905,9 +7296,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 8000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_QUICK_CLAW, .holdEffectParam = 20, - .description = COMPOUND_STRING("A hold item that\n" - "occasionally allows\n" - "the first strike."), + .description = COMPOUND_STRING( + "A hold item that\n" + "occasionally allows\n" + "the first strike."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6919,9 +7311,10 @@ const struct Item gItemsInfo[] = .name = _("Soothe Bell"), .price = (I_PRICE >= GEN_9) ? 5000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_FRIENDSHIP_UP, - .description = COMPOUND_STRING("A hold item that\n" - "calms spirits and\n" - "fosters friendship."), + .description = COMPOUND_STRING( + "A hold item that\n" + "calms spirits and\n" + "fosters friendship."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -6933,14 +7326,15 @@ const struct Item gItemsInfo[] = .name = _("Mental Herb"), .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_MENTAL_HERB, + .description = COMPOUND_STRING( #if B_MENTAL_HERB >= GEN_5 - .description = COMPOUND_STRING("Snaps Pokémon out\n" - "of move-binding\n" - "effects."), + "Snaps Pokémon out\n" + "of move-binding\n" + "effects."), #else - .description = COMPOUND_STRING("A hold item that\n" - "snaps Pokémon out\n" - "of infatuation."), + "A hold item that\n" + "snaps Pokémon out\n" + "of infatuation."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -6991,9 +7385,10 @@ const struct Item gItemsInfo[] = .name = _("Smoke Ball"), .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_CAN_ALWAYS_RUN, - .description = COMPOUND_STRING("A hold item that\n" - "assures fleeing\n" - "from wild Pokémon."), + .description = COMPOUND_STRING( + "A hold item that\n" + "assures fleeing\n" + "from wild Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7006,9 +7401,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_FOCUS_BAND, .holdEffectParam = 10, - .description = COMPOUND_STRING("A hold item that\n" - "occasionally\n" - "prevents fainting."), + .description = COMPOUND_STRING( + "A hold item that\n" + "occasionally\n" + "prevents fainting."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7020,9 +7416,10 @@ const struct Item gItemsInfo[] = .name = _("Lucky Egg"), .price = (I_PRICE >= GEN_7) ? 10000 : 200, .holdEffect = HOLD_EFFECT_LUCKY_EGG, - .description = COMPOUND_STRING("A hold item that\n" - "boosts Exp. points\n" - "earned in battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "boosts Exp. points\n" + "earned in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7035,9 +7432,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Scope Lenses"), .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_SCOPE_LENS, - .description = COMPOUND_STRING("A hold item that\n" - "improves the\n" - "critical-hit rate."), + .description = COMPOUND_STRING( + "A hold item that\n" + "improves the\n" + "critical-hit rate."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7051,9 +7449,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_LEFTOVERS, .holdEffectParam = 10, - .description = COMPOUND_STRING("A hold item that\n" - "gradually restores\n" - "HP in battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "gradually restores\n" + "HP in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7066,9 +7465,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_SHELL_BELL, .holdEffectParam = 8, - .description = COMPOUND_STRING("A hold item that\n" - "restores HP upon\n" - "striking the foe."), + .description = COMPOUND_STRING( + "A hold item that\n" + "restores HP upon\n" + "striking the foe."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7082,9 +7482,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_WIDE_LENS, .holdEffectParam = 10, - .description = COMPOUND_STRING("A magnifying lens\n" - "that boosts the\n" - "accuracy of moves."), + .description = COMPOUND_STRING( + "A magnifying lens\n" + "that boosts the\n" + "accuracy of moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7097,9 +7498,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 8000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_MUSCLE_BAND, .holdEffectParam = 10, - .description = COMPOUND_STRING("A headband that\n" - "boosts the power of\n" - "physical moves."), + .description = COMPOUND_STRING( + "A headband that\n" + "boosts the power of\n" + "physical moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7113,9 +7515,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 8000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_WISE_GLASSES, .holdEffectParam = 10, - .description = COMPOUND_STRING("A pair of glasses\n" - "that ups the power\n" - "of special moves."), + .description = COMPOUND_STRING( + "A pair of glasses\n" + "that ups the power\n" + "of special moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7128,9 +7531,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 30000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_EXPERT_BELT, .holdEffectParam = 20, - .description = COMPOUND_STRING("A belt that boosts\n" - "the power of super\n" - "effective moves."), + .description = COMPOUND_STRING( + "A belt that boosts\n" + "the power of super\n" + "effective moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7143,9 +7547,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Light Clay"), .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_LIGHT_CLAY, - .description = COMPOUND_STRING("Extends the length\n" - "of barrier moves\n" - "used by the holder."), + .description = COMPOUND_STRING( + "Extends the length\n" + "of barrier moves\n" + "used by the holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7157,9 +7562,10 @@ const struct Item gItemsInfo[] = .name = _("Life Orb"), .price = (I_PRICE >= GEN_9) ? 50000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_LIFE_ORB, - .description = COMPOUND_STRING("Boosts the power of\n" - "moves at the cost\n" - "of some HP per turn."), + .description = COMPOUND_STRING( + "Boosts the power of\n" + "moves at the cost\n" + "of some HP per turn."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7171,9 +7577,10 @@ const struct Item gItemsInfo[] = .name = _("Power Herb"), .price = (I_PRICE >= GEN_9) ? 30000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_POWER_HERB, - .description = COMPOUND_STRING("Allows immediate\n" - "use of a move that\n" - "charges first."), + .description = COMPOUND_STRING( + "Allows immediate\n" + "use of a move that\n" + "charges first."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7186,9 +7593,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Focus Sashes"), .price = (I_PRICE >= GEN_9) ? 50000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_FOCUS_SASH, - .description = COMPOUND_STRING("If the holder has\n" - "full HP, it endures\n" - "KO hits with 1 HP."), + .description = COMPOUND_STRING( + "If the holder has\n" + "full HP, it endures\n" + "KO hits with 1 HP."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7202,9 +7610,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_ZOOM_LENS, .holdEffectParam = 20, - .description = COMPOUND_STRING("If the holder moves\n" - "after the foe, it'll\n" - "boost accuracy."), + .description = COMPOUND_STRING( + "If the holder moves\n" + "after the foe, it'll\n" + "boost accuracy."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7217,9 +7626,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_METRONOME, .holdEffectParam = 20, - .description = COMPOUND_STRING("A held item that\n" - "boosts a move used\n" - "consecutively."), + .description = COMPOUND_STRING( + "A held item that\n" + "boosts a move used\n" + "consecutively."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7231,9 +7641,10 @@ const struct Item gItemsInfo[] = .name = _("Iron Ball"), .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_IRON_BALL, - .description = COMPOUND_STRING("Cuts Speed and lets\n" - "Flying-types be hit\n" - "by Ground moves."), + .description = COMPOUND_STRING( + "Cuts Speed and lets\n" + "Flying-types be hit\n" + "by Ground moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7257,9 +7668,10 @@ const struct Item gItemsInfo[] = .name = _("Destiny Knot"), .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_DESTINY_KNOT, - .description = COMPOUND_STRING("If the holder falls\n" - "in love, the foe\n" - "does too."), + .description = COMPOUND_STRING( + "If the holder falls\n" + "in love, the foe\n" + "does too."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7272,9 +7684,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Black Sludge"), .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_BLACK_SLUDGE, - .description = COMPOUND_STRING("Gradually restores\n" - "HP of Poison-types.\n" - "Damages others."), + .description = COMPOUND_STRING( + "Gradually restores\n" + "HP of Poison-types.\n" + "Damages others."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7286,9 +7699,10 @@ const struct Item gItemsInfo[] = .name = _("Grip Claw"), .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_GRIP_CLAW, - .description = COMPOUND_STRING("Makes binding moves\n" - "used by the holder\n" - "go on for 7 turns."), + .description = COMPOUND_STRING( + "Makes binding moves\n" + "used by the holder\n" + "go on for 7 turns."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7300,9 +7714,10 @@ const struct Item gItemsInfo[] = .name = _("Sticky Barb"), .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_STICKY_BARB, - .description = COMPOUND_STRING("Damages the holder\n" - "each turn. May latch\n" - "on to foes."), + .description = COMPOUND_STRING( + "Damages the holder\n" + "each turn. May latch\n" + "on to foes."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7314,9 +7729,10 @@ const struct Item gItemsInfo[] = .name = _("Shed Shell"), .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 100), .holdEffect = HOLD_EFFECT_SHED_SHELL, - .description = COMPOUND_STRING("Enables the holder\n" - "to switch out of\n" - "battle without fail."), + .description = COMPOUND_STRING( + "Enables the holder\n" + "to switch out of\n" + "battle without fail."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7329,9 +7745,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_BIG_ROOT, .holdEffectParam = 30, - .description = COMPOUND_STRING("A held item that\n" - "boosts the power of\n" - "HP-stealing moves."), + .description = COMPOUND_STRING( + "A held item that\n" + "boosts the power of\n" + "HP-stealing moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7343,9 +7760,10 @@ const struct Item gItemsInfo[] = .name = _("Razor Claw"), .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 5000 : 2100), .holdEffect = HOLD_EFFECT_SCOPE_LENS, - .description = COMPOUND_STRING("A hooked claw that\n" - "ups the holder's\n" - "critical-hit ratio."), + .description = COMPOUND_STRING( + "A hooked claw that\n" + "ups the holder's\n" + "critical-hit ratio."), .pocket = POCKET_ITEMS, .type = EVO_HELD_ITEM_TYPE, .fieldUseFunc = EVO_HELD_ITEM_FIELD_FUNC, @@ -7373,9 +7791,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 50000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_EVIOLITE, .holdEffectParam = 50, - .description = COMPOUND_STRING("Raises the Def and\n" - "Sp. Def of Pokémon\n" - "that can evolve."), + .description = COMPOUND_STRING( + "Raises the Def and\n" + "Sp. Def of Pokémon\n" + "that can evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7387,9 +7806,10 @@ const struct Item gItemsInfo[] = .name = _("Float Stone"), .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_FLOAT_STONE, - .description = COMPOUND_STRING("It's so light that\n" - "when held, it halves\n" - "a Pokémon's weight."), + .description = COMPOUND_STRING( + "It's so light that\n" + "when held, it halves\n" + "a Pokémon's weight."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7402,9 +7822,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 50000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_ROCKY_HELMET, .holdEffectParam = 0, - .description = COMPOUND_STRING("Hurts the foe if\n" - "they touch its\n" - "holder."), + .description = COMPOUND_STRING( + "Hurts the foe if\n" + "they touch its\n" + "holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7417,9 +7838,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 15000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_AIR_BALLOON, .holdEffectParam = 0, - .description = COMPOUND_STRING("Elevates the holder\n" - "in the air. If hit,\n" - "this item will burst."), + .description = COMPOUND_STRING( + "Elevates the holder\n" + "in the air. If hit,\n" + "this item will burst."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7432,9 +7854,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 3000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_RED_CARD, .holdEffectParam = 0, - .description = COMPOUND_STRING("Switches out the\n" - "foe if they hit the\n" - "holder."), + .description = COMPOUND_STRING( + "Switches out the\n" + "foe if they hit the\n" + "holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7447,9 +7870,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 10000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_RING_TARGET, .holdEffectParam = 0, - .description = COMPOUND_STRING("Moves that wouldn't\n" - "have effect will\n" - "land on its holder."), + .description = COMPOUND_STRING( + "Moves that wouldn't\n" + "have effect will\n" + "land on its holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7461,9 +7885,10 @@ const struct Item gItemsInfo[] = .name = _("Binding Band"), .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_BINDING_BAND, - .description = COMPOUND_STRING("Increases the\n" - "power of binding\n" - "moves when held."), + .description = COMPOUND_STRING( + "Increases the\n" + "power of binding\n" + "moves when held."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7476,9 +7901,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 30000 : ((I_PRICE >= GEN_7) ? 4000 : 200), .holdEffect = HOLD_EFFECT_EJECT_BUTTON, .holdEffectParam = 0, - .description = COMPOUND_STRING("Switches out the\n" - "user if they're hit\n" - "by the foe."), + .description = COMPOUND_STRING( + "Switches out the\n" + "user if they're hit\n" + "by the foe."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7492,9 +7918,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 50000 : 1000, .holdEffect = HOLD_EFFECT_WEAKNESS_POLICY, .holdEffectParam = 0, - .description = COMPOUND_STRING("If hit by a Super\n" - "Effective move, ups\n" - "Atk and Sp. Atk."), + .description = COMPOUND_STRING( + "If hit by a Super\n" + "Effective move, ups\n" + "Atk and Sp. Atk."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7507,9 +7934,10 @@ const struct Item gItemsInfo[] = .price = (I_PRICE >= GEN_9) ? 50000 : 1000, .holdEffect = HOLD_EFFECT_ASSAULT_VEST, .holdEffectParam = 50, - .description = COMPOUND_STRING("Raises Sp. Def but\n" - "prevents the use\n" - "of status moves."), + .description = COMPOUND_STRING( + "Raises Sp. Def but\n" + "prevents the use\n" + "of status moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7522,9 +7950,10 @@ const struct Item gItemsInfo[] = .pluralName = _("SafetyGoggles"), .price = (I_PRICE >= GEN_9) ? 20000 : ((I_PRICE >= GEN_7) ? 4000 : 1000), .holdEffect = HOLD_EFFECT_SAFETY_GOGGLES, - .description = COMPOUND_STRING("Protect from\n" - "weather damage and\n" - "powder moves."), + .description = COMPOUND_STRING( + "Protect from\n" + "weather damage and\n" + "powder moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7536,9 +7965,10 @@ const struct Item gItemsInfo[] = .name = _("AdrenalineOrb"), .price = (I_PRICE >= GEN_9) ? 5000 : ((I_PRICE >= GEN_8) ? 4000 : 300), .holdEffect = HOLD_EFFECT_ADRENALINE_ORB, - .description = COMPOUND_STRING("Boosts Speed if the\n" - "user is intimidated,\n" - "but only one time."), + .description = COMPOUND_STRING( + "Boosts Speed if the\n" + "user is intimidated,\n" + "but only one time."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7550,9 +7980,10 @@ const struct Item gItemsInfo[] = .name = _("TerainExtendr"), .price = (I_PRICE >= GEN_9) ? 15000 : 4000, .holdEffect = HOLD_EFFECT_TERRAIN_EXTENDER, - .description = COMPOUND_STRING("Extends the length\n" - "of the active\n" - "battle terrain."), + .description = COMPOUND_STRING( + "Extends the length\n" + "of the active\n" + "battle terrain."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7565,9 +7996,10 @@ const struct Item gItemsInfo[] = .pluralName = _("ProtectvePads"), .price = (I_PRICE >= GEN_9) ? 15000 : 4000, .holdEffect = HOLD_EFFECT_PROTECTIVE_PADS, - .description = COMPOUND_STRING("Guard the holder\n" - "from contact move\n" - "effects."), + .description = COMPOUND_STRING( + "Guard the holder\n" + "from contact move\n" + "effects."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7579,9 +8011,10 @@ const struct Item gItemsInfo[] = .name = _("Throat Spray"), .price = (I_PRICE >= GEN_9) ? 20000 : 4000, .holdEffect = HOLD_EFFECT_THROAT_SPRAY, - .description = COMPOUND_STRING("Raises Sp. Atk. if\n" - "the holder uses a\n" - "sound-based move."), + .description = COMPOUND_STRING( + "Raises Sp. Atk. if\n" + "the holder uses a\n" + "sound-based move."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7593,9 +8026,10 @@ const struct Item gItemsInfo[] = .name = _("Eject Pack"), .price = (I_PRICE >= GEN_9) ? 30000 : 4000, .holdEffect = HOLD_EFFECT_EJECT_PACK, - .description = COMPOUND_STRING("Forces the user to\n" - "switch if its stats\n" - "are lowered."), + .description = COMPOUND_STRING( + "Forces the user to\n" + "switch if its stats\n" + "are lowered."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7608,9 +8042,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Heavy-DtyBts"), .price = (I_PRICE >= GEN_9) ? 20000 : 4000, .holdEffect = HOLD_EFFECT_HEAVY_DUTY_BOOTS, - .description = COMPOUND_STRING("Boots that prevent\n" - "effects of traps\n" - "set in the field."), + .description = COMPOUND_STRING( + "Boots that prevent\n" + "effects of traps\n" + "set in the field."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7623,9 +8058,10 @@ const struct Item gItemsInfo[] = .pluralName = _("BlundrPolicies"), .price = (I_PRICE >= GEN_9) ? 30000 : 4000, .holdEffect = HOLD_EFFECT_BLUNDER_POLICY, - .description = COMPOUND_STRING("Raises Speed if\n" - "the user misses\n" - "due to Accuracy."), + .description = COMPOUND_STRING( + "Raises Speed if\n" + "the user misses\n" + "due to Accuracy."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7637,9 +8073,10 @@ const struct Item gItemsInfo[] = .name = _("Room Service"), .price = (I_PRICE >= GEN_9) ? 20000 : 4000, .holdEffect = HOLD_EFFECT_ROOM_SERVICE, - .description = COMPOUND_STRING("Lowers Speed if\n" - "Trick Room is\n" - "active."), + .description = COMPOUND_STRING( + "Lowers Speed if\n" + "Trick Room is\n" + "active."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7651,9 +8088,10 @@ const struct Item gItemsInfo[] = .name = _("UtltyUmbrlla"), .price = (I_PRICE >= GEN_9) ? 15000 : 4000, .holdEffect = HOLD_EFFECT_UTILITY_UMBRELLA, - .description = COMPOUND_STRING("An umbrella that\n" - "protects from\n" - "weather effects."), + .description = COMPOUND_STRING( + "An umbrella that\n" + "protects from\n" + "weather effects."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7668,9 +8106,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Cheri Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CURE_PAR, - .description = COMPOUND_STRING("A hold item that\n" - "heals paralysis\n" - "in battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "heals paralysis\n" + "in battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -7685,9 +8124,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Chesto Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CURE_SLP, - .description = COMPOUND_STRING("A hold item that\n" - "awakens Pokémon\n" - "in battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "awakens Pokémon\n" + "in battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -7702,9 +8142,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Pecha Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CURE_PSN, - .description = COMPOUND_STRING("A hold item that\n" - "heals poisoning\n" - "in battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "heals poisoning\n" + "in battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -7719,9 +8160,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Rawst Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CURE_BRN, - .description = COMPOUND_STRING("A hold item that\n" - "heals a burn in\n" - "battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "heals a burn in\n" + "battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -7736,9 +8178,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Aspear Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CURE_FRZ, - .description = COMPOUND_STRING("A hold item that\n" - "defrosts Pokémon\n" - "in battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "defrosts Pokémon\n" + "in battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -7754,9 +8197,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESTORE_PP, .holdEffectParam = 10, - .description = COMPOUND_STRING("A hold item that\n" - "restores 10 PP in\n" - "battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "restores 10 PP in\n" + "battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU_MOVES, .fieldUseFunc = ItemUseOutOfBattle_PPRecovery, @@ -7772,9 +8216,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESTORE_HP, .holdEffectParam = 10, - .description = COMPOUND_STRING("A hold item that\n" - "restores 10 HP in\n" - "battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "restores 10 HP in\n" + "battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -7789,9 +8234,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Persim Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CURE_CONFUSION, - .description = COMPOUND_STRING("A hold item that\n" - "heals confusion\n" - "in battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "heals confusion\n" + "in battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7806,9 +8252,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Lum Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CURE_STATUS, - .description = COMPOUND_STRING("A hold item that\n" - "heals any status\n" - "problem in battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "heals any status\n" + "problem in battle."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -7825,15 +8272,17 @@ const struct Item gItemsInfo[] = #if I_SITRUS_BERRY_HEAL >= GEN_4 .holdEffect = HOLD_EFFECT_RESTORE_PCT_HP, .holdEffectParam = 25, - .description = COMPOUND_STRING("A hold item that\n" - "restores the user's\n" - "HP a little."), + .description = COMPOUND_STRING( + "A hold item that\n" + "restores the user's\n" + "HP a little."), #else .holdEffect = HOLD_EFFECT_RESTORE_HP, .holdEffectParam = 30, - .description = COMPOUND_STRING("A hold item that\n" - "restores 30 HP in\n" - "battle."), + .description = COMPOUND_STRING( + "A hold item that\n" + "restores 30 HP in\n" + "battle."), #endif .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, @@ -7918,9 +8367,10 @@ const struct Item gItemsInfo[] = .name = _("Razz Berry"), .pluralName = _("Razz Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Razz."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Razz."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7932,9 +8382,10 @@ const struct Item gItemsInfo[] = .name = _("Bluk Berry"), .pluralName = _("Bluk Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Bluk."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Bluk."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7946,9 +8397,10 @@ const struct Item gItemsInfo[] = .name = _("Nanab Berry"), .pluralName = _("Nanab Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Nanab."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Nanab."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7960,9 +8412,10 @@ const struct Item gItemsInfo[] = .name = _("Wepear Berry"), .pluralName = _("Wepear Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Wepear."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Wepear."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7974,9 +8427,10 @@ const struct Item gItemsInfo[] = .name = _("Pinap Berry"), .pluralName = _("Pinap Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Pinap."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Pinap."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -7988,9 +8442,10 @@ const struct Item gItemsInfo[] = .name = _("Pomeg Berry"), .pluralName = _("Pomeg Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("Makes a Pokémon\n" - "friendly but lowers\n" - "base HP."), + .description = COMPOUND_STRING( + "Makes a Pokémon\n" + "friendly but lowers\n" + "base HP."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_ReduceEV, @@ -8003,9 +8458,10 @@ const struct Item gItemsInfo[] = .name = _("Kelpsy Berry"), .pluralName = _("Kelpsy Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("Makes a Pokémon\n" - "friendly but lowers\n" - "base Attack."), + .description = COMPOUND_STRING( + "Makes a Pokémon\n" + "friendly but lowers\n" + "base Attack."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_ReduceEV, @@ -8018,9 +8474,10 @@ const struct Item gItemsInfo[] = .name = _("Qualot Berry"), .pluralName = _("Qualot Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("Makes a Pokémon\n" - "friendly but lowers\n" - "base Defense."), + .description = COMPOUND_STRING( + "Makes a Pokémon\n" + "friendly but lowers\n" + "base Defense."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_ReduceEV, @@ -8033,9 +8490,10 @@ const struct Item gItemsInfo[] = .name = _("Hondew Berry"), .pluralName = _("Hondew Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("Makes a Pokémon\n" - "friendly but lowers\n" - "base Sp. Atk."), + .description = COMPOUND_STRING( + "Makes a Pokémon\n" + "friendly but lowers\n" + "base Sp. Atk."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_ReduceEV, @@ -8048,9 +8506,10 @@ const struct Item gItemsInfo[] = .name = _("Grepa Berry"), .pluralName = _("Grepa Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("Makes a Pokémon\n" - "friendly but lowers\n" - "base Sp. Def."), + .description = COMPOUND_STRING( + "Makes a Pokémon\n" + "friendly but lowers\n" + "base Sp. Def."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_ReduceEV, @@ -8063,9 +8522,10 @@ const struct Item gItemsInfo[] = .name = _("Tamato Berry"), .pluralName = _("Tamato Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("Makes a Pokémon\n" - "friendly but lowers\n" - "base Speed."), + .description = COMPOUND_STRING( + "Makes a Pokémon\n" + "friendly but lowers\n" + "base Speed."), .pocket = POCKET_BERRIES, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_ReduceEV, @@ -8078,9 +8538,10 @@ const struct Item gItemsInfo[] = .name = _("Cornn Berry"), .pluralName = _("Cornn Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Cornn."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Cornn."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8092,9 +8553,10 @@ const struct Item gItemsInfo[] = .name = _("Magost Berry"), .pluralName = _("Magost Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Magost."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Magost."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8106,9 +8568,10 @@ const struct Item gItemsInfo[] = .name = _("Rabuta Berry"), .pluralName = _("Rabuta Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Rabuta."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Rabuta."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8120,9 +8583,10 @@ const struct Item gItemsInfo[] = .name = _("Nomel Berry"), .pluralName = _("Nomel Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Nomel."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Nomel."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8134,9 +8598,10 @@ const struct Item gItemsInfo[] = .name = _("Spelon Berry"), .pluralName = _("Spelon Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Spelon."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Spelon."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8148,9 +8613,10 @@ const struct Item gItemsInfo[] = .name = _("Pamtre Berry"), .pluralName = _("Pamtre Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Pamtre."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Pamtre."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8162,9 +8628,10 @@ const struct Item gItemsInfo[] = .name = _("Watmel Berry"), .pluralName = _("Watmel Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Watmel."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Watmel."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8176,9 +8643,10 @@ const struct Item gItemsInfo[] = .name = _("Durin Berry"), .pluralName = _("Durin Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Durin."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Durin."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8190,9 +8658,10 @@ const struct Item gItemsInfo[] = .name = _("Belue Berry"), .pluralName = _("Belue Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow Belue."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow Belue."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8206,9 +8675,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_NORMAL, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Normal\n" - "move."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Normal\n" + "move."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8222,9 +8692,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_FIRE, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Fire\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Fire\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8238,9 +8709,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_WATER, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Water\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Water\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8254,9 +8726,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_ELECTRIC, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Electric\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Electric\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8270,9 +8743,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_GRASS, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Grass\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Grass\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8286,9 +8760,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_ICE, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Ice\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Ice\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8302,9 +8777,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_FIGHTING, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Fighting\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Fighting\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8318,9 +8794,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_POISON, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Poison\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Poison\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8334,9 +8811,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_GROUND, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Ground\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Ground\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8350,9 +8828,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_FLYING, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Flying\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Flying\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8366,9 +8845,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_PSYCHIC, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Psychic\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Psychic\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8382,9 +8862,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_BUG, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Bug\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Bug\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8398,9 +8879,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_ROCK, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Rock\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Rock\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8414,9 +8896,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_GHOST, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Ghost\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Ghost\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8430,9 +8913,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_DRAGON, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Dragon\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Dragon\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8446,9 +8930,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_DARK, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Dark\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Dark\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8462,9 +8947,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_STEEL, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Steel\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Steel\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8478,9 +8964,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RESIST_BERRY, .holdEffectParam = TYPE_FAIRY, - .description = COMPOUND_STRING("A hold item that\n" - "weakens a Fairy\n" - "move if weak to it."), + .description = COMPOUND_STRING( + "A hold item that\n" + "weakens a Fairy\n" + "move if weak to it."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8494,9 +8981,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_ATTACK_UP, .holdEffectParam = 4, - .description = COMPOUND_STRING("A hold item that\n" - "raises Attack in\n" - "a pinch."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Attack in\n" + "a pinch."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8510,9 +8998,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_DEFENSE_UP, .holdEffectParam = 4, - .description = COMPOUND_STRING("A hold item that\n" - "raises Defense in\n" - "a pinch."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Defense in\n" + "a pinch."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8526,9 +9015,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_SPEED_UP, .holdEffectParam = 4, - .description = COMPOUND_STRING("A hold item that\n" - "raises Speed in\n" - "a pinch."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Speed in\n" + "a pinch."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8542,9 +9032,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_SP_ATTACK_UP, .holdEffectParam = 4, - .description = COMPOUND_STRING("A hold item that\n" - "raises Sp. Atk in\n" - "a pinch."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Sp. Atk in\n" + "a pinch."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8558,9 +9049,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_SP_DEFENSE_UP, .holdEffectParam = 4, - .description = COMPOUND_STRING("A hold item that\n" - "raises Sp. Def in\n" - "a pinch."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises Sp. Def in\n" + "a pinch."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8574,9 +9066,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CRITICAL_UP, .holdEffectParam = 4, - .description = COMPOUND_STRING("A hold item that\n" - "ups the critical-\n" - "hit rate in a pinch."), + .description = COMPOUND_STRING( + "A hold item that\n" + "ups the critical-\n" + "hit rate in a pinch."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8590,9 +9083,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_RANDOM_STAT_UP, .holdEffectParam = 4, - .description = COMPOUND_STRING("A hold item that\n" - "sharply boosts a\n" - "stat in a pinch."), + .description = COMPOUND_STRING( + "A hold item that\n" + "sharply boosts a\n" + "stat in a pinch."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8605,9 +9099,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Enigma Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_ENIGMA_BERRY, - .description = COMPOUND_STRING("A hold item that\n" - "heals from super\n" - "effective moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "heals from super\n" + "effective moves."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8621,9 +9116,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_MICLE_BERRY, .holdEffectParam = 4, - .description = COMPOUND_STRING("When held, it ups\n" - "the Accuracy of a\n" - "move in a pinch."), + .description = COMPOUND_STRING( + "When held, it ups\n" + "the Accuracy of a\n" + "move in a pinch."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8637,9 +9133,10 @@ const struct Item gItemsInfo[] = .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_CUSTAP_BERRY, .holdEffectParam = 4, - .description = COMPOUND_STRING("It allows a Pokémon\n" - "in a pinch to move\n" - "first just once."), + .description = COMPOUND_STRING( + "It allows a Pokémon\n" + "in a pinch to move\n" + "first just once."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8652,9 +9149,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Jaboca Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_JABOCA_BERRY, - .description = COMPOUND_STRING("If hit by a physical\n" - "move, it will hurt\n" - "the attacker a bit."), + .description = COMPOUND_STRING( + "If hit by a physical\n" + "move, it will hurt\n" + "the attacker a bit."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8667,9 +9165,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Rowap Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_ROWAP_BERRY, - .description = COMPOUND_STRING("If hit by a special\n" - "move, it will hurt\n" - "the attacker a bit."), + .description = COMPOUND_STRING( + "If hit by a special\n" + "move, it will hurt\n" + "the attacker a bit."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8682,9 +9181,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Kee Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_KEE_BERRY, - .description = COMPOUND_STRING("If hit by a physical\n" - "move, it raises the\n" - "Defense a bit."), + .description = COMPOUND_STRING( + "If hit by a physical\n" + "move, it raises the\n" + "Defense a bit."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8697,9 +9197,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Maranga Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, .holdEffect = HOLD_EFFECT_MARANGA_BERRY, - .description = COMPOUND_STRING("If hit by a special\n" - "move, it raises the\n" - "Sp. Def. a bit."), + .description = COMPOUND_STRING( + "If hit by a special\n" + "move, it raises the\n" + "Sp. Def. a bit."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -8711,9 +9212,10 @@ const struct Item gItemsInfo[] = .name = _("Enigma Berry"), .pluralName = _("Enigma Berries"), .price = (I_BERRY_PRICE >= GEN_8) ? 80 : 20, - .description = COMPOUND_STRING("{POKEBLOCK} ingredient.\n" - "Plant in loamy soil\n" - "to grow a mystery."), + .description = COMPOUND_STRING( + "{POKEBLOCK} ingredient.\n" + "Plant in loamy soil\n" + "to grow a mystery."), .pocket = POCKET_BERRIES, .type = ITEM_USE_BAG_MENU, // Type handled by ItemUseOutOfBattle_EnigmaBerry .fieldUseFunc = ItemUseOutOfBattle_EnigmaBerry, @@ -8727,9 +9229,10 @@ const struct Item gItemsInfo[] = { .name = _("TM01"), .price = 3000, - .description = COMPOUND_STRING("Powerful, but makes\n" - "the user flinch if\n" - "hit by the foe."), + .description = COMPOUND_STRING( + "Powerful, but makes\n" + "the user flinch if\n" + "hit by the foe."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8741,9 +9244,10 @@ const struct Item gItemsInfo[] = { .name = _("TM02"), .price = 3000, - .description = COMPOUND_STRING("Hooks and slashes\n" - "the foe with long,\n" - "sharp claws."), + .description = COMPOUND_STRING( + "Hooks and slashes\n" + "the foe with long,\n" + "sharp claws."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8755,9 +9259,10 @@ const struct Item gItemsInfo[] = { .name = _("TM03"), .price = 3000, - .description = COMPOUND_STRING("Generates an\n" - "ultrasonic wave\n" - "that may confuse."), + .description = COMPOUND_STRING( + "Generates an\n" + "ultrasonic wave\n" + "that may confuse."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8769,9 +9274,10 @@ const struct Item gItemsInfo[] = { .name = _("TM04"), .price = 3000, - .description = COMPOUND_STRING("Raises Sp. Atk and\n" - "Sp. Def by focusing\n" - "the mind."), + .description = COMPOUND_STRING( + "Raises Sp. Atk and\n" + "Sp. Def by focusing\n" + "the mind."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8783,9 +9289,10 @@ const struct Item gItemsInfo[] = { .name = _("TM05"), .price = 1000, - .description = COMPOUND_STRING("A savage roar that\n" - "makes the foe flee \n" - "to end the battle."), + .description = COMPOUND_STRING( + "A savage roar that\n" + "makes the foe flee \n" + "to end the battle."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8797,9 +9304,10 @@ const struct Item gItemsInfo[] = { .name = _("TM06"), .price = 3000, - .description = COMPOUND_STRING("Poisons the foe\n" - "with a toxin that\n" - "gradually worsens."), + .description = COMPOUND_STRING( + "Poisons the foe\n" + "with a toxin that\n" + "gradually worsens."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8811,9 +9319,10 @@ const struct Item gItemsInfo[] = { .name = _("TM07"), .price = 3000, - .description = COMPOUND_STRING("Creates a hailstorm\n" - "that damages all\n" - "types except Ice."), + .description = COMPOUND_STRING( + "Creates a hailstorm\n" + "that damages all\n" + "types except Ice."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8825,9 +9334,10 @@ const struct Item gItemsInfo[] = { .name = _("TM08"), .price = 3000, - .description = COMPOUND_STRING("Bulks up the body\n" - "to boost both\n" - "Attack & Defense."), + .description = COMPOUND_STRING( + "Bulks up the body\n" + "to boost both\n" + "Attack & Defense."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8839,9 +9349,10 @@ const struct Item gItemsInfo[] = { .name = _("TM09"), .price = 3000, - .description = COMPOUND_STRING("Shoots 2 to 5 seeds\n" - "in a row to strike\n" - "the foe."), + .description = COMPOUND_STRING( + "Shoots 2 to 5 seeds\n" + "in a row to strike\n" + "the foe."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8853,9 +9364,10 @@ const struct Item gItemsInfo[] = { .name = _("TM10"), .price = 3000, - .description = COMPOUND_STRING("The attack power\n" - "varies among\n" - "different Pokémon."), + .description = COMPOUND_STRING( + "The attack power\n" + "varies among\n" + "different Pokémon."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8867,9 +9379,10 @@ const struct Item gItemsInfo[] = { .name = _("TM11"), .price = 2000, - .description = COMPOUND_STRING("Raises the power of\n" - "Fire-type moves\n" - "for 5 turns."), + .description = COMPOUND_STRING( + "Raises the power of\n" + "Fire-type moves\n" + "for 5 turns."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8881,9 +9394,10 @@ const struct Item gItemsInfo[] = { .name = _("TM12"), .price = 3000, - .description = COMPOUND_STRING("Enrages the foe so\n" - "it can only use\n" - "attack moves."), + .description = COMPOUND_STRING( + "Enrages the foe so\n" + "it can only use\n" + "attack moves."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8895,9 +9409,10 @@ const struct Item gItemsInfo[] = { .name = _("TM13"), .price = 3000, - .description = COMPOUND_STRING("Fires an icy cold\n" - "beam that may\n" - "freeze the foe."), + .description = COMPOUND_STRING( + "Fires an icy cold\n" + "beam that may\n" + "freeze the foe."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8909,9 +9424,10 @@ const struct Item gItemsInfo[] = { .name = _("TM14"), .price = 5500, - .description = COMPOUND_STRING("A brutal snow-and-\n" - "wind attack that\n" - "may freeze the foe."), + .description = COMPOUND_STRING( + "A brutal snow-and-\n" + "wind attack that\n" + "may freeze the foe."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8923,9 +9439,10 @@ const struct Item gItemsInfo[] = { .name = _("TM15"), .price = 7500, - .description = COMPOUND_STRING("Powerful, but needs\n" - "recharging the\n" - "next turn."), + .description = COMPOUND_STRING( + "Powerful, but needs\n" + "recharging the\n" + "next turn."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8937,9 +9454,10 @@ const struct Item gItemsInfo[] = { .name = _("TM16"), .price = 3000, - .description = COMPOUND_STRING("Creates a wall of\n" - "light that lowers\n" - "Sp. Atk damage."), + .description = COMPOUND_STRING( + "Creates a wall of\n" + "light that lowers\n" + "Sp. Atk damage."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8951,9 +9469,10 @@ const struct Item gItemsInfo[] = { .name = _("TM17"), .price = 3000, - .description = COMPOUND_STRING("Negates all damage,\n" - "but may fail if used\n" - "in succession."), + .description = COMPOUND_STRING( + "Negates all damage,\n" + "but may fail if used\n" + "in succession."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8965,9 +9484,10 @@ const struct Item gItemsInfo[] = { .name = _("TM18"), .price = 2000, - .description = COMPOUND_STRING("Raises the power of\n" - "Water-type moves\n" - "for 5 turns."), + .description = COMPOUND_STRING( + "Raises the power of\n" + "Water-type moves\n" + "for 5 turns."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8979,9 +9499,10 @@ const struct Item gItemsInfo[] = { .name = _("TM19"), .price = 3000, - .description = COMPOUND_STRING("Recovers half the\n" - "HP of the damage \n" - "this move inflicts."), + .description = COMPOUND_STRING( + "Recovers half the\n" + "HP of the damage \n" + "this move inflicts."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -8993,9 +9514,10 @@ const struct Item gItemsInfo[] = { .name = _("TM20"), .price = 3000, - .description = COMPOUND_STRING("Prevents status\n" - "abnormality with a\n" - "mystical power."), + .description = COMPOUND_STRING( + "Prevents status\n" + "abnormality with a\n" + "mystical power."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9007,9 +9529,10 @@ const struct Item gItemsInfo[] = { .name = _("TM21"), .price = 1000, - .description = COMPOUND_STRING("The less the user\n" - "likes you, the more\n" - "powerful this move."), + .description = COMPOUND_STRING( + "The less the user\n" + "likes you, the more\n" + "powerful this move."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9021,9 +9544,10 @@ const struct Item gItemsInfo[] = { .name = _("TM22"), .price = 3000, - .description = COMPOUND_STRING("Absorbs sunlight in\n" - "the 1st turn, then\n" - "attacks next turn."), + .description = COMPOUND_STRING( + "Absorbs sunlight in\n" + "the 1st turn, then\n" + "attacks next turn."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9035,9 +9559,10 @@ const struct Item gItemsInfo[] = { .name = _("TM23"), .price = 3000, - .description = COMPOUND_STRING("Slams the foe with\n" - "a hard tail. It may\n" - "lower Defense."), + .description = COMPOUND_STRING( + "Slams the foe with\n" + "a hard tail. It may\n" + "lower Defense."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9049,9 +9574,10 @@ const struct Item gItemsInfo[] = { .name = _("TM24"), .price = 3000, - .description = COMPOUND_STRING("A powerful electric\n" - "attack that may\n" - "cause paralysis."), + .description = COMPOUND_STRING( + "A powerful electric\n" + "attack that may\n" + "cause paralysis."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9063,9 +9589,10 @@ const struct Item gItemsInfo[] = { .name = _("TM25"), .price = 5500, - .description = COMPOUND_STRING("Strikes the foe\n" - "with a thunderbolt.\n" - "It may paralyze."), + .description = COMPOUND_STRING( + "Strikes the foe\n" + "with a thunderbolt.\n" + "It may paralyze."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9077,9 +9604,10 @@ const struct Item gItemsInfo[] = { .name = _("TM26"), .price = 3000, - .description = COMPOUND_STRING("Causes a quake\n" - "that has no effect\n" - "on flying foes."), + .description = COMPOUND_STRING( + "Causes a quake\n" + "that has no effect\n" + "on flying foes."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9091,9 +9619,10 @@ const struct Item gItemsInfo[] = { .name = _("TM27"), .price = 1000, - .description = COMPOUND_STRING("The more the user\n" - "likes you, the more\n" - "powerful this move."), + .description = COMPOUND_STRING( + "The more the user\n" + "likes you, the more\n" + "powerful this move."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9105,9 +9634,10 @@ const struct Item gItemsInfo[] = { .name = _("TM28"), .price = 2000, - .description = COMPOUND_STRING("Digs underground\n" - "the 1st turn, then\n" - "strikes next turn."), + .description = COMPOUND_STRING( + "Digs underground\n" + "the 1st turn, then\n" + "strikes next turn."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9119,9 +9649,10 @@ const struct Item gItemsInfo[] = { .name = _("TM29"), .price = 2000, - .description = COMPOUND_STRING("A powerful psychic\n" - "attack that may\n" - "lower Sp. Def."), + .description = COMPOUND_STRING( + "A powerful psychic\n" + "attack that may\n" + "lower Sp. Def."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9133,9 +9664,10 @@ const struct Item gItemsInfo[] = { .name = _("TM30"), .price = 3000, - .description = COMPOUND_STRING("Hurls a dark lump\n" - "at the foe. It may\n" - "lower Sp. Def."), + .description = COMPOUND_STRING( + "Hurls a dark lump\n" + "at the foe. It may\n" + "lower Sp. Def."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9147,9 +9679,10 @@ const struct Item gItemsInfo[] = { .name = _("TM31"), .price = 3000, - .description = COMPOUND_STRING("Destroys barriers\n" - "like Light Screen\n" - "and causes damage."), + .description = COMPOUND_STRING( + "Destroys barriers\n" + "like Light Screen\n" + "and causes damage."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9161,9 +9694,10 @@ const struct Item gItemsInfo[] = { .name = _("TM32"), .price = 2000, - .description = COMPOUND_STRING("Creates illusory\n" - "copies to enhance\n" - "elusiveness."), + .description = COMPOUND_STRING( + "Creates illusory\n" + "copies to enhance\n" + "elusiveness."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9175,9 +9709,10 @@ const struct Item gItemsInfo[] = { .name = _("TM33"), .price = 3000, - .description = COMPOUND_STRING("Creates a wall of\n" - "light that weakens\n" - "physical attacks."), + .description = COMPOUND_STRING( + "Creates a wall of\n" + "light that weakens\n" + "physical attacks."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9189,9 +9724,10 @@ const struct Item gItemsInfo[] = { .name = _("TM34"), .price = 3000, - .description = COMPOUND_STRING("Zaps the foe with a\n" - "jolt of electricity\n" - "that never misses."), + .description = COMPOUND_STRING( + "Zaps the foe with a\n" + "jolt of electricity\n" + "that never misses."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9203,9 +9739,10 @@ const struct Item gItemsInfo[] = { .name = _("TM35"), .price = 3000, - .description = COMPOUND_STRING("Looses a stream of\n" - "fire that may burn\n" - "the foe."), + .description = COMPOUND_STRING( + "Looses a stream of\n" + "fire that may burn\n" + "the foe."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9217,9 +9754,10 @@ const struct Item gItemsInfo[] = { .name = _("TM36"), .price = 1000, - .description = COMPOUND_STRING("Hurls sludge at the\n" - "foe. It may poison\n" - "the foe."), + .description = COMPOUND_STRING( + "Hurls sludge at the\n" + "foe. It may poison\n" + "the foe."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9231,9 +9769,10 @@ const struct Item gItemsInfo[] = { .name = _("TM37"), .price = 2000, - .description = COMPOUND_STRING("Causes a sandstorm\n" - "that hits the foe\n" - "over several turns."), + .description = COMPOUND_STRING( + "Causes a sandstorm\n" + "that hits the foe\n" + "over several turns."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9245,9 +9784,10 @@ const struct Item gItemsInfo[] = { .name = _("TM38"), .price = 5500, - .description = COMPOUND_STRING("A powerful fire\n" - "attack that may\n" - "burn the foe."), + .description = COMPOUND_STRING( + "A powerful fire\n" + "attack that may\n" + "burn the foe."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9259,9 +9799,10 @@ const struct Item gItemsInfo[] = { .name = _("TM39"), .price = 3000, - .description = COMPOUND_STRING("Stops the foe from\n" - "moving with rocks.\n" - "May lower Speed."), + .description = COMPOUND_STRING( + "Stops the foe from\n" + "moving with rocks.\n" + "May lower Speed."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9273,9 +9814,10 @@ const struct Item gItemsInfo[] = { .name = _("TM40"), .price = 3000, - .description = COMPOUND_STRING("An extremely fast\n" - "attack that can't\n" - "be avoided."), + .description = COMPOUND_STRING( + "An extremely fast\n" + "attack that can't\n" + "be avoided."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9287,9 +9829,10 @@ const struct Item gItemsInfo[] = { .name = _("TM41"), .price = 3000, - .description = COMPOUND_STRING("Prevents the foe\n" - "from using the same\n" - "move in a row."), + .description = COMPOUND_STRING( + "Prevents the foe\n" + "from using the same\n" + "move in a row."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9301,9 +9844,10 @@ const struct Item gItemsInfo[] = { .name = _("TM42"), .price = 3000, - .description = COMPOUND_STRING("Raises Attack when\n" - "poisoned, burned,\n" - "or paralyzed."), + .description = COMPOUND_STRING( + "Raises Attack when\n" + "poisoned, burned,\n" + "or paralyzed."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9315,9 +9859,10 @@ const struct Item gItemsInfo[] = { .name = _("TM43"), .price = 3000, - .description = COMPOUND_STRING("Adds an effect to\n" - "attack depending\n" - "on the location."), + .description = COMPOUND_STRING( + "Adds an effect to\n" + "attack depending\n" + "on the location."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9329,9 +9874,10 @@ const struct Item gItemsInfo[] = { .name = _("TM44"), .price = 3000, - .description = COMPOUND_STRING("The user sleeps for\n" - "2 turns to restore\n" - "health and status."), + .description = COMPOUND_STRING( + "The user sleeps for\n" + "2 turns to restore\n" + "health and status."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9343,9 +9889,10 @@ const struct Item gItemsInfo[] = { .name = _("TM45"), .price = 3000, - .description = COMPOUND_STRING("Makes it tough to\n" - "attack a foe of the\n" - "opposite gender."), + .description = COMPOUND_STRING( + "Makes it tough to\n" + "attack a foe of the\n" + "opposite gender."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9357,9 +9904,10 @@ const struct Item gItemsInfo[] = { .name = _("TM46"), .price = 3000, - .description = COMPOUND_STRING("While attacking,\n" - "it may steal the\n" - "foe's held item."), + .description = COMPOUND_STRING( + "While attacking,\n" + "it may steal the\n" + "foe's held item."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9371,9 +9919,10 @@ const struct Item gItemsInfo[] = { .name = _("TM47"), .price = 3000, - .description = COMPOUND_STRING("Spreads hard-\n" - "edged wings and\n" - "slams into the foe."), + .description = COMPOUND_STRING( + "Spreads hard-\n" + "edged wings and\n" + "slams into the foe."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9385,9 +9934,10 @@ const struct Item gItemsInfo[] = { .name = _("TM48"), .price = 3000, - .description = COMPOUND_STRING("Switches abilities\n" - "with the foe on the\n" - "turn this is used."), + .description = COMPOUND_STRING( + "Switches abilities\n" + "with the foe on the\n" + "turn this is used."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9399,9 +9949,10 @@ const struct Item gItemsInfo[] = { .name = _("TM49"), .price = 3000, - .description = COMPOUND_STRING("Steals the effects\n" - "of the move the foe\n" - "is trying to use."), + .description = COMPOUND_STRING( + "Steals the effects\n" + "of the move the foe\n" + "is trying to use."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -9413,9 +9964,10 @@ const struct Item gItemsInfo[] = { .name = _("TM50"), .price = 3000, - .description = COMPOUND_STRING("Enables full-power\n" - "attack, but sharply\n" - "lowers Sp. Atk."), + .description = COMPOUND_STRING( + "Enables full-power\n" + "attack, but sharply\n" + "lowers Sp. Atk."), .importance = I_REUSABLE_TMS, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10027,9 +10579,10 @@ const struct Item gItemsInfo[] = { .name = _("HM01"), .price = 0, - .description = COMPOUND_STRING("Attacks the foe\n" - "with sharp blades\n" - "or claws."), + .description = COMPOUND_STRING( + "Attacks the foe\n" + "with sharp blades\n" + "or claws."), .importance = 1, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10041,9 +10594,10 @@ const struct Item gItemsInfo[] = { .name = _("HM02"), .price = 0, - .description = COMPOUND_STRING("Flies up on the\n" - "first turn, then\n" - "attacks next turn."), + .description = COMPOUND_STRING( + "Flies up on the\n" + "first turn, then\n" + "attacks next turn."), .importance = 1, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10055,9 +10609,10 @@ const struct Item gItemsInfo[] = { .name = _("HM03"), .price = 0, - .description = COMPOUND_STRING("Creates a huge\n" - "wave, then crashes\n" - "it down on the foe."), + .description = COMPOUND_STRING( + "Creates a huge\n" + "wave, then crashes\n" + "it down on the foe."), .importance = 1, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10069,9 +10624,10 @@ const struct Item gItemsInfo[] = { .name = _("HM04"), .price = 0, - .description = COMPOUND_STRING("Builds enormous\n" - "power, then slams\n" - "the foe."), + .description = COMPOUND_STRING( + "Builds enormous\n" + "power, then slams\n" + "the foe."), .importance = 1, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10083,9 +10639,10 @@ const struct Item gItemsInfo[] = { .name = _("HM05"), .price = 0, - .description = COMPOUND_STRING("Looses a powerful\n" - "blast of light that\n" - "reduces accuracy."), + .description = COMPOUND_STRING( + "Looses a powerful\n" + "blast of light that\n" + "reduces accuracy."), .importance = 1, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10097,9 +10654,10 @@ const struct Item gItemsInfo[] = { .name = _("HM06"), .price = 0, - .description = COMPOUND_STRING("A rock-crushingly\n" - "tough attack that\n" - "may lower Defense."), + .description = COMPOUND_STRING( + "A rock-crushingly\n" + "tough attack that\n" + "may lower Defense."), .importance = 1, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10111,9 +10669,10 @@ const struct Item gItemsInfo[] = { .name = _("HM07"), .price = 0, - .description = COMPOUND_STRING("Attacks the foe\n" - "with enough power\n" - "to climb waterfalls."), + .description = COMPOUND_STRING( + "Attacks the foe\n" + "with enough power\n" + "to climb waterfalls."), .importance = 1, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10125,9 +10684,10 @@ const struct Item gItemsInfo[] = { .name = _("HM08"), .price = 0, - .description = COMPOUND_STRING("Dives underwater\n" - "the 1st turn, then\n" - "attacks next turn."), + .description = COMPOUND_STRING( + "Dives underwater\n" + "the 1st turn, then\n" + "attacks next turn."), .importance = 1, .pocket = POCKET_TM_HM, .type = ITEM_USE_PARTY_MENU, @@ -10143,9 +10703,10 @@ const struct Item gItemsInfo[] = .name = _("Oval Charm"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("Raises the chance\n" - "of finding eggs\n" - "at the daycare."), + .description = COMPOUND_STRING( + "Raises the chance\n" + "of finding eggs\n" + "at the daycare."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -10156,9 +10717,10 @@ const struct Item gItemsInfo[] = .name = _("Shiny Charm"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A charm that will\n" - "raise the chance\n" - "of Shiny Pokémon."), + .description = COMPOUND_STRING( + "A charm that will\n" + "raise the chance\n" + "of Shiny Pokémon."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -10169,9 +10731,10 @@ const struct Item gItemsInfo[] = .name = _("CatchngCharm"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A charm that raises\n" - "the chance of\n" - "Critical Captures."), + .description = COMPOUND_STRING( + "A charm that raises\n" + "the chance of\n" + "Critical Captures."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -10182,9 +10745,10 @@ const struct Item gItemsInfo[] = .name = _("Exp. Charm"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A charm that raises\n" - "the amount of Exp.\n" - "earned in battle."), + .description = COMPOUND_STRING( + "A charm that raises\n" + "the amount of Exp.\n" + "earned in battle."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -10197,9 +10761,10 @@ const struct Item gItemsInfo[] = .name = _("RotomCatalog"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A catalog full of\n" - "deviced liked by\n" - "Rotom."), + .description = COMPOUND_STRING( + "A catalog full of\n" + "deviced liked by\n" + "Rotom."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_RotomCatalog, @@ -10210,9 +10775,10 @@ const struct Item gItemsInfo[] = .name = _("Gracidea"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("Bouquets made with\n" - "it are offered as a\n" - "token of gratitude."), + .description = COMPOUND_STRING( + "Bouquets made with\n" + "it are offered as a\n" + "token of gratitude."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_FormChange, @@ -10224,9 +10790,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Reveal Glasses"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("This glass returns\n" - "a Pokémon back to\n" - "its original form."), + .description = COMPOUND_STRING( + "This glass returns\n" + "a Pokémon back to\n" + "its original form."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_FormChange, @@ -10238,9 +10805,10 @@ const struct Item gItemsInfo[] = .pluralName = _("DNA Splicers"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("Splicer that fuses\n" - "Kyurem and a\n" - "certain Pokémon."), + .description = COMPOUND_STRING( + "Splicer that fuses\n" + "Kyurem and a\n" + "certain Pokémon."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Fusion, @@ -10251,9 +10819,10 @@ const struct Item gItemsInfo[] = .name = _("Zygarde Cube"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("An item to store\n" - "Zygarde Cores and\n" - "Cells."), + .description = COMPOUND_STRING( + "An item to store\n" + "Zygarde Cores and\n" + "Cells."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_ZygardeCube, @@ -10264,9 +10833,10 @@ const struct Item gItemsInfo[] = .name = _("Prison Bottle"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A bottle used to\n" - "seal a certain\n" - "Pokémon long ago."), + .description = COMPOUND_STRING( + "A bottle used to\n" + "seal a certain\n" + "Pokémon long ago."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_FormChange, @@ -10277,9 +10847,10 @@ const struct Item gItemsInfo[] = .name = _("N-Solarizer"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A device to fuse\n" - "and split Necrozma\n" - "using a Solgaleo."), + .description = COMPOUND_STRING( + "A device to fuse\n" + "and split Necrozma\n" + "using a Solgaleo."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Fusion, @@ -10290,9 +10861,10 @@ const struct Item gItemsInfo[] = .name = _("N-Lunarizer"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A device to fuse\n" - "and split Necrozma\n" - "using a Lunala."), + .description = COMPOUND_STRING( + "A device to fuse\n" + "and split Necrozma\n" + "using a Lunala."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Fusion, @@ -10304,9 +10876,10 @@ const struct Item gItemsInfo[] = .pluralName = _("ReinsOfUnity"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("Reins that unite\n" - "Calyrex with its\n" - "beloved steed."), + .description = COMPOUND_STRING( + "Reins that unite\n" + "Calyrex with its\n" + "beloved steed."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Fusion, @@ -10319,9 +10892,10 @@ const struct Item gItemsInfo[] = .name = _("Mega Ring"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("Enables {PKMN} holding\n" - "their Mega Stone to\n" - "Mega Evolve."), + .description = COMPOUND_STRING( + "Enables {PKMN} holding\n" + "their Mega Stone to\n" + "Mega Evolve."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -10332,9 +10906,10 @@ const struct Item gItemsInfo[] = .name = _("Z-Power Ring"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A strange ring\n" - "that enables\n" - "Z-Move usage."), + .description = COMPOUND_STRING( + "A strange ring\n" + "that enables\n" + "Z-Move usage."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -10344,9 +10919,10 @@ const struct Item gItemsInfo[] = { .name = _("Dynamax Band"), .price = 0, - .description = COMPOUND_STRING("A band carrying a\n" - "Wishing Star that\n" - "allows Dynamaxing."), + .description = COMPOUND_STRING( + "A band carrying a\n" + "Wishing Star that\n" + "allows Dynamaxing."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -10358,9 +10934,10 @@ const struct Item gItemsInfo[] = { .name = _("Bicycle"), .price = 0, - .description = COMPOUND_STRING("A folding bicycle\n" - "that is faster than\n" - "the Running Shoes."), + .description = COMPOUND_STRING( + "A folding bicycle\n" + "that is faster than\n" + "the Running Shoes."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10371,9 +10948,10 @@ const struct Item gItemsInfo[] = { .name = _("Mach Bike"), .price = 0, - .description = COMPOUND_STRING("A folding bicycle\n" - "that doubles your\n" - "speed or better."), + .description = COMPOUND_STRING( + "A folding bicycle\n" + "that doubles your\n" + "speed or better."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10385,9 +10963,10 @@ const struct Item gItemsInfo[] = { .name = _("Acro Bike"), .price = 0, - .description = COMPOUND_STRING("A folding bicycle\n" - "capable of jumps\n" - "and wheelies."), + .description = COMPOUND_STRING( + "A folding bicycle\n" + "capable of jumps\n" + "and wheelies."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10399,9 +10978,10 @@ const struct Item gItemsInfo[] = { .name = _("Old Rod"), .price = 0, - .description = COMPOUND_STRING("Use by any body of\n" - "water to fish for\n" - "wild Pokémon."), + .description = COMPOUND_STRING( + "Use by any body of\n" + "water to fish for\n" + "wild Pokémon."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10413,9 +10993,10 @@ const struct Item gItemsInfo[] = { .name = _("Good Rod"), .price = 0, - .description = COMPOUND_STRING("A decent fishing\n" - "rod for catching\n" - "wild Pokémon."), + .description = COMPOUND_STRING( + "A decent fishing\n" + "rod for catching\n" + "wild Pokémon."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10427,9 +11008,10 @@ const struct Item gItemsInfo[] = { .name = _("Super Rod"), .price = 0, - .description = COMPOUND_STRING("The best fishing\n" - "rod for catching\n" - "wild Pokémon."), + .description = COMPOUND_STRING( + "The best fishing\n" + "rod for catching\n" + "wild Pokémon."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10441,9 +11023,10 @@ const struct Item gItemsInfo[] = { .name = _("Dowsing MCHN"), .price = 0, - .description = COMPOUND_STRING("A device that\n" - "signals an invisible\n" - "item by sound."), + .description = COMPOUND_STRING( + "A device that\n" + "signals an invisible\n" + "item by sound."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10454,9 +11037,10 @@ const struct Item gItemsInfo[] = { .name = _("Town Map"), .price = 0, - .description = COMPOUND_STRING("Can be viewed\n" - "anytime. Shows your\n" - "present location."), + .description = COMPOUND_STRING( + "Can be viewed\n" + "anytime. Shows your\n" + "present location."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10467,9 +11051,10 @@ const struct Item gItemsInfo[] = { .name = _("Vs. Seeker"), .price = 0, - .description = COMPOUND_STRING("A rechargeable unit\n" - "that flags battle-\n" - "ready Trainers."), + .description = COMPOUND_STRING( + "A rechargeable unit\n" + "that flags battle-\n" + "ready Trainers."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10484,9 +11069,10 @@ const struct Item gItemsInfo[] = { .name = _("TM Case"), .price = 0, - .description = COMPOUND_STRING("A convenient case\n" - "that holds TMs and\n" - "HMs."), + .description = COMPOUND_STRING( + "A convenient case\n" + "that holds TMs and\n" + "HMs."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10498,9 +11084,10 @@ const struct Item gItemsInfo[] = .name = _("Berry Pouch"), .pluralName = _("Berry Pouches"), .price = 0, - .description = COMPOUND_STRING("A convenient\n" - "container that\n" - "holds Berries."), + .description = COMPOUND_STRING( + "A convenient\n" + "container that\n" + "holds Berries."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10511,9 +11098,10 @@ const struct Item gItemsInfo[] = { .name = _("{PKMN} Box Link"), .price = 0, - .description = COMPOUND_STRING("This device grants\n" - "access to the {PKMN}\n" - "Storage System."), + .description = COMPOUND_STRING( + "This device grants\n" + "access to the {PKMN}\n" + "Storage System."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10524,8 +11112,9 @@ const struct Item gItemsInfo[] = { .name = _("Coin Case"), .price = 0, - .description = COMPOUND_STRING("A case that holds\n" - "up to 9,999 Coins."), + .description = COMPOUND_STRING( + "A case that holds\n" + "up to 9,999 Coins."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10536,9 +11125,10 @@ const struct Item gItemsInfo[] = { .name = _("Powder Jar"), .price = 0, - .description = COMPOUND_STRING("Stores Berry\n" - "Powder made using\n" - "a Berry Crusher."), + .description = COMPOUND_STRING( + "Stores Berry\n" + "Powder made using\n" + "a Berry Crusher."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10549,9 +11139,10 @@ const struct Item gItemsInfo[] = { .name = _("Wailmer Pail"), .price = 0, - .description = COMPOUND_STRING("A tool used for\n" - "watering Berries\n" - "and plants."), + .description = COMPOUND_STRING( + "A tool used for\n" + "watering Berries\n" + "and plants."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10562,9 +11153,10 @@ const struct Item gItemsInfo[] = { .name = _("Poké Radar"), .price = 0, - .description = COMPOUND_STRING("A tool used to\n" - "search out Pokémon\n" - "hiding in grass."), + .description = COMPOUND_STRING( + "A tool used to\n" + "search out Pokémon\n" + "hiding in grass."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10575,9 +11167,10 @@ const struct Item gItemsInfo[] = { .name = _("{POKEBLOCK} Case"), .price = 0, - .description = COMPOUND_STRING("A case for holding\n" - "{POKEBLOCK}s made with\n" - "a Berry Blender."), + .description = COMPOUND_STRING( + "A case for holding\n" + "{POKEBLOCK}s made with\n" + "a Berry Blender."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PBLOCK_CASE, @@ -10588,9 +11181,10 @@ const struct Item gItemsInfo[] = { .name = _("Soot Sack"), .price = 0, - .description = COMPOUND_STRING("A sack used to\n" - "gather and hold\n" - "volcanic ash."), + .description = COMPOUND_STRING( + "A sack used to\n" + "gather and hold\n" + "volcanic ash."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10601,9 +11195,10 @@ const struct Item gItemsInfo[] = { .name = _("Poké Flute"), .price = 0, - .description = COMPOUND_STRING("A sweet-sounding\n" - "flute that awakens\n" - "Pokémon."), + .description = COMPOUND_STRING( + "A sweet-sounding\n" + "flute that awakens\n" + "Pokémon."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10614,9 +11209,10 @@ const struct Item gItemsInfo[] = { .name = _("Fame Checker"), .price = 0, - .description = COMPOUND_STRING("Stores information\n" - "on famous people\n" - "for instant recall."), + .description = COMPOUND_STRING( + "Stores information\n" + "on famous people\n" + "for instant recall."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10627,9 +11223,10 @@ const struct Item gItemsInfo[] = { .name = _("Teachy TV"), .price = 0, - .description = COMPOUND_STRING("A TV set tuned to\n" - "an advice program\n" - "for Trainers."), + .description = COMPOUND_STRING( + "A TV set tuned to\n" + "an advice program\n" + "for Trainers."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_FIELD, @@ -10642,9 +11239,10 @@ const struct Item gItemsInfo[] = { .name = _("S.S. Ticket"), .price = 0, - .description = COMPOUND_STRING("The ticket required\n" - "for sailing on a\n" - "ferry."), + .description = COMPOUND_STRING( + "The ticket required\n" + "for sailing on a\n" + "ferry."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10655,9 +11253,10 @@ const struct Item gItemsInfo[] = { .name = _("Eon Ticket"), .price = 0, - .description = COMPOUND_STRING("The ticket for a\n" - "ferry to a distant\n" - "southern island."), + .description = COMPOUND_STRING( + "The ticket for a\n" + "ferry to a distant\n" + "southern island."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10669,9 +11268,10 @@ const struct Item gItemsInfo[] = { .name = _("Mystic Ticket"), .price = 0, - .description = COMPOUND_STRING("A ticket required\n" - "to board the ship\n" - "to Navel Rock."), + .description = COMPOUND_STRING( + "A ticket required\n" + "to board the ship\n" + "to Navel Rock."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10682,9 +11282,10 @@ const struct Item gItemsInfo[] = { .name = _("Aurora Ticket"), .price = 0, - .description = COMPOUND_STRING("A ticket required\n" - "to board the ship\n" - "to Birth Island."), + .description = COMPOUND_STRING( + "A ticket required\n" + "to board the ship\n" + "to Birth Island."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10695,9 +11296,10 @@ const struct Item gItemsInfo[] = { .name = _("Old Sea Map"), .price = 0, - .description = COMPOUND_STRING("A faded sea chart\n" - "that shows the way\n" - "to a certain island."), + .description = COMPOUND_STRING( + "A faded sea chart\n" + "that shows the way\n" + "to a certain island."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10708,9 +11310,10 @@ const struct Item gItemsInfo[] = { .name = _("Letter"), .price = 0, - .description = COMPOUND_STRING("A letter to Steven\n" - "from the President\n" - "of the Devon Corp."), + .description = COMPOUND_STRING( + "A letter to Steven\n" + "from the President\n" + "of the Devon Corp."), .importance = 2, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10722,9 +11325,10 @@ const struct Item gItemsInfo[] = .name = _("Devon Parts"), .pluralName = _("Devon Parts"), .price = 0, - .description = COMPOUND_STRING("A package that\n" - "contains Devon's\n" - "machine parts."), + .description = COMPOUND_STRING( + "A package that\n" + "contains Devon's\n" + "machine parts."), .importance = 2, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10736,9 +11340,10 @@ const struct Item gItemsInfo[] = .name = _("Go-Goggles"), .pluralName = _("Go-Goggles"), .price = 0, - .description = COMPOUND_STRING("Nifty goggles that\n" - "protect eyes from\n" - "desert sandstorms."), + .description = COMPOUND_STRING( + "Nifty goggles that\n" + "protect eyes from\n" + "desert sandstorms."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10749,9 +11354,10 @@ const struct Item gItemsInfo[] = { .name = _("Devon Scope"), .price = 0, - .description = COMPOUND_STRING("A device by Devon\n" - "that signals any\n" - "unseeable Pokémon."), + .description = COMPOUND_STRING( + "A device by Devon\n" + "that signals any\n" + "unseeable Pokémon."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10762,9 +11368,10 @@ const struct Item gItemsInfo[] = { .name = _("Basement Key"), .price = 0, - .description = COMPOUND_STRING("The key for New\n" - "Mauville beneath\n" - "Mauville City."), + .description = COMPOUND_STRING( + "The key for New\n" + "Mauville beneath\n" + "Mauville City."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10775,9 +11382,10 @@ const struct Item gItemsInfo[] = { .name = _("Scanner"), .price = 0, - .description = COMPOUND_STRING("A device found\n" - "inside the\n" - "Abandoned Ship."), + .description = COMPOUND_STRING( + "A device found\n" + "inside the\n" + "Abandoned Ship."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10788,9 +11396,10 @@ const struct Item gItemsInfo[] = { .name = _("Storage Key"), .price = 0, - .description = COMPOUND_STRING("The key to the\n" - "storage inside the\n" - "Abandoned Ship."), + .description = COMPOUND_STRING( + "The key to the\n" + "storage inside the\n" + "Abandoned Ship."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10849,8 +11458,9 @@ const struct Item gItemsInfo[] = { .name = _("Meteorite"), .price = 0, - .description = COMPOUND_STRING("A meteorite found\n" - "at Meteor Falls."), + .description = COMPOUND_STRING( + "A meteorite found\n" + "at Meteor Falls."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -10861,9 +11471,10 @@ const struct Item gItemsInfo[] = { .name = _("Magma Emblem"), .price = 0, - .description = COMPOUND_STRING("A medal-like item in\n" - "the same shape as\n" - "Team Magma's mark."), + .description = COMPOUND_STRING( + "A medal-like item in\n" + "the same shape as\n" + "Team Magma's mark."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10875,9 +11486,10 @@ const struct Item gItemsInfo[] = .name = _("Contest Pass"), .pluralName = _("Contest Passes"), .price = 0, - .description = COMPOUND_STRING("The pass required\n" - "for entering\n" - "Pokémon Contests."), + .description = COMPOUND_STRING( + "The pass required\n" + "for entering\n" + "Pokémon Contests."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10888,9 +11500,10 @@ const struct Item gItemsInfo[] = { .name = _("Parcel"), .price = 0, - .description = COMPOUND_STRING("A parcel for Prof.\n" - "Oak from a Pokémon\n" - "Mart's clerk."), + .description = COMPOUND_STRING( + "A parcel for Prof.\n" + "Oak from a Pokémon\n" + "Mart's clerk."), .importance = 2, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10901,9 +11514,10 @@ const struct Item gItemsInfo[] = { .name = _("Secret Key"), .price = 0, - .description = COMPOUND_STRING("The key to the\n" - "Cinnabar Island\n" - "Gym's entrance."), + .description = COMPOUND_STRING( + "The key to the\n" + "Cinnabar Island\n" + "Gym's entrance."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10914,9 +11528,10 @@ const struct Item gItemsInfo[] = { .name = _("Bike Voucher"), .price = 0, - .description = COMPOUND_STRING("A voucher for\n" - "obtaining a bicycle\n" - "from the Bike Shop."), + .description = COMPOUND_STRING( + "A voucher for\n" + "obtaining a bicycle\n" + "from the Bike Shop."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10928,9 +11543,10 @@ const struct Item gItemsInfo[] = .name = _("Gold Teeth"), .pluralName = _("Gold Teeth"), .price = 0, - .description = COMPOUND_STRING("Gold dentures lost\n" - "by the Safari\n" - "Zone's Warden."), + .description = COMPOUND_STRING( + "Gold dentures lost\n" + "by the Safari\n" + "Zone's Warden."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10941,9 +11557,10 @@ const struct Item gItemsInfo[] = { .name = _("Card Key"), .price = 0, - .description = COMPOUND_STRING("A card-type door\n" - "key used in Silph\n" - "Co's office."), + .description = COMPOUND_STRING( + "A card-type door\n" + "key used in Silph\n" + "Co's office."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10954,9 +11571,10 @@ const struct Item gItemsInfo[] = { .name = _("Lift Key"), .price = 0, - .description = COMPOUND_STRING("An elevator key\n" - "used in Team\n" - "Rocket's Hideout."), + .description = COMPOUND_STRING( + "An elevator key\n" + "used in Team\n" + "Rocket's Hideout."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10967,9 +11585,10 @@ const struct Item gItemsInfo[] = { .name = _("Silph Scope"), .price = 0, - .description = COMPOUND_STRING("Silph Co's scope\n" - "makes unseeable\n" - "POKéMON visible."), + .description = COMPOUND_STRING( + "Silph Co's scope\n" + "makes unseeable\n" + "POKéMON visible."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10981,9 +11600,10 @@ const struct Item gItemsInfo[] = .name = _("Tri-Pass"), .pluralName = _("Tri-Passes"), .price = 0, - .description = COMPOUND_STRING("A pass for ferries\n" - "between One, Two,\n" - "and Three Island."), + .description = COMPOUND_STRING( + "A pass for ferries\n" + "between One, Two,\n" + "and Three Island."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -10995,9 +11615,10 @@ const struct Item gItemsInfo[] = .name = _("Rainbow Pass"), .pluralName = _("Rainbow Passes"), .price = 0, - .description = COMPOUND_STRING("For ferries serving\n" - "Vermilion and the\n" - "Sevii Islands."), + .description = COMPOUND_STRING( + "For ferries serving\n" + "Vermilion and the\n" + "Sevii Islands."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11009,9 +11630,10 @@ const struct Item gItemsInfo[] = .name = _("Tea"), .pluralName = _("Tea"), .price = 0, - .description = COMPOUND_STRING("A thirst-quenching\n" - "tea prepared by an\n" - "old lady."), + .description = COMPOUND_STRING( + "A thirst-quenching\n" + "tea prepared by an\n" + "old lady."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11023,9 +11645,10 @@ const struct Item gItemsInfo[] = .name = _("Ruby"), .pluralName = _("Rubies"), .price = 0, - .description = COMPOUND_STRING("An exquisite, red-\n" - "glowing gem that\n" - "symbolizes passion."), + .description = COMPOUND_STRING( + "An exquisite, red-\n" + "glowing gem that\n" + "symbolizes passion."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11036,9 +11659,10 @@ const struct Item gItemsInfo[] = { .name = _("Sapphire"), .price = 0, - .description = COMPOUND_STRING("A brilliant blue gem\n" - "that symbolizes\n" - "honesty."), + .description = COMPOUND_STRING( + "A brilliant blue gem\n" + "that symbolizes\n" + "honesty."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11050,9 +11674,10 @@ const struct Item gItemsInfo[] = .name = _("AbilityShield"), .price = 20000, .holdEffect = HOLD_EFFECT_ABILITY_SHIELD, - .description = COMPOUND_STRING("Ability changes are\n" - "prevented for this\n" - "items's holder."), + .description = COMPOUND_STRING( + "Ability changes are\n" + "prevented for this\n" + "items's holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11066,9 +11691,10 @@ const struct Item gItemsInfo[] = .name = _("Clear Amulet"), .price = 30000, .holdEffect = HOLD_EFFECT_CLEAR_AMULET, - .description = COMPOUND_STRING("Stat lowering is\n" - "prevented for this\n" - "items's holder."), + .description = COMPOUND_STRING( + "Stat lowering is\n" + "prevented for this\n" + "items's holder."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11080,9 +11706,10 @@ const struct Item gItemsInfo[] = .name = _("PunchingGlove"), .price = 15000, .holdEffect = HOLD_EFFECT_PUNCHING_GLOVE, - .description = COMPOUND_STRING("Powers up punching\n" - "moves and removes\n" - "their contact."), + .description = COMPOUND_STRING( + "Powers up punching\n" + "moves and removes\n" + "their contact."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11094,9 +11721,10 @@ const struct Item gItemsInfo[] = .name = _("Covert Cloak"), .price = 20000, .holdEffect = HOLD_EFFECT_COVERT_CLOAK, - .description = COMPOUND_STRING("Protects the holder\n" - "from secondary\n" - "move effects."), + .description = COMPOUND_STRING( + "Protects the holder\n" + "from secondary\n" + "move effects."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11109,9 +11737,10 @@ const struct Item gItemsInfo[] = .pluralName = _("Loaded Dice"), .price = 20000, .holdEffect = HOLD_EFFECT_LOADED_DICE, - .description = COMPOUND_STRING("Rolls high numbers.\n" - "Multihit strikes\n" - "hit more times."), + .description = COMPOUND_STRING( + "Rolls high numbers.\n" + "Multihit strikes\n" + "hit more times."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11122,9 +11751,10 @@ const struct Item gItemsInfo[] = { .name = _("AuspciousArmr"), .price = 3000, - .description = COMPOUND_STRING("Armor inhabited by\n" - "auspicious wishes.\n" - "Causes evolution."), + .description = COMPOUND_STRING( + "Armor inhabited by\n" + "auspicious wishes.\n" + "Causes evolution."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11138,9 +11768,10 @@ const struct Item gItemsInfo[] = .pluralName = _("BoosterEnergies"), .price = 0, .holdEffect = HOLD_EFFECT_BOOSTER_ENERGY, - .description = COMPOUND_STRING("Encapsuled energy\n" - "ups Pokémon with\n" - "certain Abilities."), + .description = COMPOUND_STRING( + "Encapsuled energy\n" + "ups Pokémon with\n" + "certain Abilities."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11151,9 +11782,10 @@ const struct Item gItemsInfo[] = { .name = _("BigBmbooShoot"), .price = 3000, - .description = COMPOUND_STRING("A large and rare\n" - "bamboo shoot. Best\n" - "sold to gourmands."), + .description = COMPOUND_STRING( + "A large and rare\n" + "bamboo shoot. Best\n" + "sold to gourmands."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11164,9 +11796,10 @@ const struct Item gItemsInfo[] = { .name = _("GimighoulCoin"), .price = 400, - .description = COMPOUND_STRING("Gimmighoul hoard\n" - "and treasure these\n" - "curious coins."), + .description = COMPOUND_STRING( + "Gimmighoul hoard\n" + "and treasure these\n" + "curious coins."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11176,9 +11809,10 @@ const struct Item gItemsInfo[] = { .name = _("Leader'sCrest"), .price = 3000, - .description = COMPOUND_STRING("A shard of an old\n" - "blade of some sort.\n" - "Held by Bisharp."), + .description = COMPOUND_STRING( + "A shard of an old\n" + "blade of some sort.\n" + "Held by Bisharp."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11188,9 +11822,10 @@ const struct Item gItemsInfo[] = { .name = _("MaliciousArmr"), .price = 3000, - .description = COMPOUND_STRING("Armor inhabited by\n" - "malicious will.\n" - "Causes evolution."), + .description = COMPOUND_STRING( + "Armor inhabited by\n" + "malicious will.\n" + "Causes evolution."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11203,9 +11838,10 @@ const struct Item gItemsInfo[] = .name = _("Mirror Herb"), .price = 30000, .holdEffect = HOLD_EFFECT_MIRROR_HERB, - .description = COMPOUND_STRING("Mirrors an enemy's\n" - "stat increases\n" - "but only once."), + .description = COMPOUND_STRING( + "Mirrors an enemy's\n" + "stat increases\n" + "but only once."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11217,9 +11853,10 @@ const struct Item gItemsInfo[] = .name = _("ScrllOfDrknss"), .pluralName = _("ScrllsOfDrknss"), .price = 0, - .description = COMPOUND_STRING("A peculiar scroll\n" - "with secrets of\n" - "the dark path."), + .description = COMPOUND_STRING( + "A peculiar scroll\n" + "with secrets of\n" + "the dark path."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -11232,9 +11869,10 @@ const struct Item gItemsInfo[] = .name = _("ScrollOfWatrs"), .pluralName = _("ScrollsOfWatrs"), .price = 0, - .description = COMPOUND_STRING("A peculiar scroll\n" - "with secrets of\n" - "the water path."), + .description = COMPOUND_STRING( + "A peculiar scroll\n" + "with secrets of\n" + "the water path."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -11246,9 +11884,10 @@ const struct Item gItemsInfo[] = { .name = _("Tera Orb"), .price = 0, - .description = COMPOUND_STRING("Energy charges can\n" - "be used to cause\n" - "Terastallization."), + .description = COMPOUND_STRING( + "Energy charges can\n" + "be used to cause\n" + "Terastallization."), .importance = 1, .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11259,9 +11898,10 @@ const struct Item gItemsInfo[] = { .name = _("TinyBmbooShot"), .price = 750, - .description = COMPOUND_STRING("A small and rare\n" - "bamboo shoot. Best\n" - "sold to gourmands."), + .description = COMPOUND_STRING( + "A small and rare\n" + "bamboo shoot. Best\n" + "sold to gourmands."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11452,9 +12092,10 @@ const struct Item gItemsInfo[] = { .name = _("AdamantCrystl"), .price = 0, - .description = COMPOUND_STRING("A large, glowing gem\n" - "that lets Dialga\n" - "change form."), + .description = COMPOUND_STRING( + "A large, glowing gem\n" + "that lets Dialga\n" + "change form."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11465,9 +12106,10 @@ const struct Item gItemsInfo[] = { .name = _("Griseous Core"), .price = 0, - .description = COMPOUND_STRING("A large, glowing gem\n" - "that lets Giratina\n" - "change form."), + .description = COMPOUND_STRING( + "A large, glowing gem\n" + "that lets Giratina\n" + "change form."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11478,9 +12120,10 @@ const struct Item gItemsInfo[] = { .name = _("LustrousGlobe"), .price = 0, - .description = COMPOUND_STRING("A large, glowing gem\n" - "that lets Palkia\n" - "change form."), + .description = COMPOUND_STRING( + "A large, glowing gem\n" + "that lets Palkia\n" + "change form."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11491,9 +12134,10 @@ const struct Item gItemsInfo[] = { .name = _("BlackAugurite"), .price = 8000, - .description = COMPOUND_STRING("A black stone that\n" - "makes some Pokémon\n" - "evolve."), + .description = COMPOUND_STRING( + "A black stone that\n" + "makes some Pokémon\n" + "evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11505,9 +12149,10 @@ const struct Item gItemsInfo[] = { .name = _("Linking Cord"), .price = 8000, - .description = COMPOUND_STRING("A mysterious string\n" - "that makes some\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A mysterious string\n" + "that makes some\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11519,9 +12164,10 @@ const struct Item gItemsInfo[] = { .name = _("Peat Block"), .price = 10000, - .description = COMPOUND_STRING("A block of material\n" - "that makes some\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A block of material\n" + "that makes some\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11534,9 +12180,10 @@ const struct Item gItemsInfo[] = .name = _("Berserk Gene"), .price = 20, .holdEffect = HOLD_EFFECT_BERSERK_GENE, - .description = COMPOUND_STRING("Sharply boosts\n" - "Attack, but causes\n" - "lasting confusion."), + .description = COMPOUND_STRING( + "Sharply boosts\n" + "Attack, but causes\n" + "lasting confusion."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11549,9 +12196,10 @@ const struct Item gItemsInfo[] = .price = 1000, .holdEffect = HOLD_EFFECT_FAIRY_POWER, .holdEffectParam = TYPE_BOOST_PARAM, - .description = COMPOUND_STRING("A hold item that\n" - "raises the power of\n" - "Fairy-type moves."), + .description = COMPOUND_STRING( + "A hold item that\n" + "raises the power of\n" + "Fairy-type moves."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11562,9 +12210,10 @@ const struct Item gItemsInfo[] = { .name = _("Syrupy Apple"), .price = 2200, - .description = COMPOUND_STRING("A very syrupy apple\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A very syrupy apple\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11576,9 +12225,10 @@ const struct Item gItemsInfo[] = { .name = _("UnrmkblTeacup"), .price = 1600, - .description = COMPOUND_STRING("A cracked teacup\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A cracked teacup\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11590,9 +12240,10 @@ const struct Item gItemsInfo[] = { .name = _("MstrpceTeacup"), .price = 38000, - .description = COMPOUND_STRING("A chipped teacup\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A chipped teacup\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11604,9 +12255,10 @@ const struct Item gItemsInfo[] = { .name = _("CornrstneMask"), .price = 0, - .description = COMPOUND_STRING("Allows Ogerpon to\n" - "wield the Rock-\n" - "type in battle."), + .description = COMPOUND_STRING( + "Allows Ogerpon to\n" + "wield the Rock-\n" + "type in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11616,9 +12268,10 @@ const struct Item gItemsInfo[] = { .name = _("WellsprngMask"), .price = 0, - .description = COMPOUND_STRING("Allows Ogerpon to\n" - "wield the Water-\n" - "type in battle."), + .description = COMPOUND_STRING( + "Allows Ogerpon to\n" + "wield the Water-\n" + "type in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11628,9 +12281,10 @@ const struct Item gItemsInfo[] = { .name = _("HrthflameMask"), .price = 0, - .description = COMPOUND_STRING("Allows Ogerpon to\n" - "wield the Fire-\n" - "type in battle."), + .description = COMPOUND_STRING( + "Allows Ogerpon to\n" + "wield the Fire-\n" + "type in battle."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11719,9 +12373,10 @@ const struct Item gItemsInfo[] = .name = _("FrshStrtMochi"), .pluralName = _("FrshStrtMochi"), .price = 300, - .description = COMPOUND_STRING("An item that resets\n" - "all base points of\n" - "a Pokémon."), + .description = COMPOUND_STRING( + "An item that resets\n" + "all base points of\n" + "a Pokémon."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_ResetEVs, @@ -11734,9 +12389,10 @@ const struct Item gItemsInfo[] = .name = _("GlmmringCharm"), .price = 0, .importance = 1, - .description = COMPOUND_STRING("A charm that will\n" - "raise the shards\n" - "from Tera Raids."), + .description = COMPOUND_STRING( + "A charm that will\n" + "raise the shards\n" + "from Tera Raids."), .pocket = POCKET_KEY_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse, @@ -11746,9 +12402,10 @@ const struct Item gItemsInfo[] = { .name = _("Metal Alloy"), .price = 6000, - .description = COMPOUND_STRING("A peculiar metal\n" - "that makes certain\n" - "Pokémon evolve."), + .description = COMPOUND_STRING( + "A peculiar metal\n" + "that makes certain\n" + "Pokémon evolve."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_EvolutionStone, @@ -11781,9 +12438,10 @@ const struct Item gItemsInfo[] = { .name = _("Remedy"), .price = 150, - .description = COMPOUND_STRING("A bitter powder\n" - "that restores HP\n" - "by 20 points."), + .description = COMPOUND_STRING( + "A bitter powder\n" + "that restores HP\n" + "by 20 points."), .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_Medicine, @@ -11796,14 +12454,13 @@ const struct Item gItemsInfo[] = { .name = _("Fine Remedy"), .price = 150, + .description = COMPOUND_STRING( + "A bitter powder\n" + "that restores HP\n" #if I_HEALTH_RECOVERY >= GEN_7 - .description = COMPOUND_STRING("A bitter powder\n" - "that restores HP\n" - "by 60 points."), + "by 60 points."), #else - .description = COMPOUND_STRING("A bitter powder\n" - "that restores HP\n" - "by 50 points."), + "by 50 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -11817,14 +12474,13 @@ const struct Item gItemsInfo[] = { .name = _("Superb Remedy"), .price = 750, + .description = COMPOUND_STRING( + "A bitter powder\n" + "that restores HP\n" #if I_HEALTH_RECOVERY >= GEN_7 - .description = COMPOUND_STRING("A bitter powder\n" - "that restores HP\n" - "by 120 points."), + "by 120 points."), #else - .description = COMPOUND_STRING("A bitter powder\n" - "that restores HP\n" - "by 200 points."), + "by 200 points."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, @@ -11839,13 +12495,14 @@ const struct Item gItemsInfo[] = .name = _("Aux Evasion"), .price = 800, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises\n" - "evasiveness during\n" - "one battle."), + "Sharply raises\n" + "evasiveness during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises evasiveness\n" - "during one battle."), + "Raises evasiveness\n" + "during one battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11858,13 +12515,14 @@ const struct Item gItemsInfo[] = .name = _("Aux Guard"), .price = 400, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises\n" - "defenses during\n" - "one battle."), + "Sharply raises\n" + "defenses during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises defenses\n" - "during one battle."), + "Raises defenses\n" + "during one battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11877,13 +12535,14 @@ const struct Item gItemsInfo[] = .name = _("Aux Power"), .price = 400, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises\n" - "offenses during\n" - "one battle."), + "Sharply raises\n" + "offenses during\n" + "one battle."), #else - .description = COMPOUND_STRING("Raises offenses\n" - "during one battle."), + "Raises offenses\n" + "during one battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11896,14 +12555,15 @@ const struct Item gItemsInfo[] = .name = _("AuxPowerguard"), .price = 1200, .holdEffectParam = X_ITEM_STAGES, + .description = COMPOUND_STRING( #if B_X_ITEMS_BUFF >= GEN_7 - .description = COMPOUND_STRING("Sharply raises\n" - "offenses & defenses\n" - "during one battle."), + "Sharply raises\n" + "offenses & defenses\n" + "during one battle."), #else - .description = COMPOUND_STRING("Raises offenses\n" - "and defenses during\n" - "one battle."), + "Raises offenses\n" + "and defenses during\n" + "one battle."), #endif .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -11948,9 +12608,10 @@ const struct Item gItemsInfo[] = { .name = _("Pokéshi Doll"), .price = 2000, - .description = COMPOUND_STRING("A wooden toy carved\n" - "in the image of a\n" - "Pokémon. Can be sold."), + .description = COMPOUND_STRING( + "A wooden toy carved\n" + "in the image of a\n" + "Pokémon. Can be sold."), .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, .fieldUseFunc = ItemUseOutOfBattle_CannotUse,