mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
Fix honey tab
This commit is contained in:
parent
e8dd8f93d1
commit
9ee2e1c99a
@ -9136,7 +9136,7 @@ const struct Item gItems[] =
|
|||||||
.battleUseFunc = NULL,
|
.battleUseFunc = NULL,
|
||||||
.secondaryId = 0,
|
.secondaryId = 0,
|
||||||
},
|
},
|
||||||
[ITEM_HONEY] =
|
[ITEM_HONEY] =
|
||||||
{
|
{
|
||||||
.name = _("Honey"),
|
.name = _("Honey"),
|
||||||
.itemId = ITEM_HONEY,
|
.itemId = ITEM_HONEY,
|
||||||
|
Loading…
Reference in New Issue
Block a user