mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-23 20:55:30 +01:00
Merge pull request #2003 from LOuroboros/patch-2
Fixed a typo in the items' data
This commit is contained in:
commit
b21dc1e562
@ -4538,7 +4538,7 @@ const struct Item gItems[] =
|
|||||||
|
|
||||||
[ITEM_POISONIUM_Z] =
|
[ITEM_POISONIUM_Z] =
|
||||||
{
|
{
|
||||||
.name = _("Poisinium Z"),
|
.name = _("Poisonium Z"),
|
||||||
.itemId = ITEM_POISONIUM_Z,
|
.itemId = ITEM_POISONIUM_Z,
|
||||||
.price = 0,
|
.price = 0,
|
||||||
.holdEffect = HOLD_EFFECT_Z_CRYSTAL,
|
.holdEffect = HOLD_EFFECT_Z_CRYSTAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user