diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-08-15 12:01:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 12:01:57 -0400 |
commit | ee5eee6ccc3c792203838baec7a1273010414027 (patch) | |
tree | c2097775edd87f2b2af7582de5b851e72e0458ae /src/data/items.h | |
parent | c7fc6ac893b1018d48379d807740352e0926defd (diff) | |
parent | 034b7f051338a45823a239ee2628ae58f9c96eb2 (diff) |
Merge pull request #1493 from GriffinRichards/doc-itemmenu2
Document item menu
Diffstat (limited to 'src/data/items.h')
-rw-r--r-- | src/data/items.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/items.h b/src/data/items.h index fc7792186..370cd2022 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -2148,7 +2148,7 @@ const struct Item gItems[] = .battleUseFunc = ItemUseInBattle_EnigmaBerry, }, - [ITEM_0B0] = + [ITEM_UNUSED_BERRY_1] = { .name = _("????????"), .itemId = ITEM_NONE, @@ -2159,7 +2159,7 @@ const struct Item gItems[] = .fieldUseFunc = ItemUseOutOfBattle_CannotUse, }, - [ITEM_0B1] = + [ITEM_UNUSED_BERRY_2] = { .name = _("????????"), .itemId = ITEM_NONE, @@ -2170,7 +2170,7 @@ const struct Item gItems[] = .fieldUseFunc = ItemUseOutOfBattle_CannotUse, }, - [ITEM_0B2] = + [ITEM_UNUSED_BERRY_3] = { .name = _("????????"), .itemId = ITEM_NONE, |