Add hold effects for PLA Origin Trio items (#6578)

This commit is contained in:
Bassoonian 2025-04-11 16:38:08 +02:00 committed by GitHub
parent a186ce1bff
commit 3c8d5d1a57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13490,6 +13490,8 @@ const struct Item gItemsInfo[] =
{
.name = _("Adamant Crystal"),
.price = 0,
.holdEffect = HOLD_EFFECT_ADAMANT_ORB,
.holdEffectParam = 20,
.description = COMPOUND_STRING(
"A large, glowing gem\n"
"that lets Dialga\n"
@ -13506,6 +13508,8 @@ const struct Item gItemsInfo[] =
{
.name = _("Griseous Core"),
.price = 0,
.holdEffect = HOLD_EFFECT_GRISEOUS_ORB,
.holdEffectParam = 20,
.description = COMPOUND_STRING(
"A large, glowing gem\n"
"that lets Giratina\n"
@ -13522,6 +13526,8 @@ const struct Item gItemsInfo[] =
{
.name = _("Lustrous Globe"),
.price = 0,
.holdEffect = HOLD_EFFECT_LUSTROUS_ORB,
.holdEffectParam = 20,
.description = COMPOUND_STRING(
"A large, glowing gem\n"
"that lets Palkia\n"