diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 14:19:54 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 14:19:54 -0400 |
commit | 15f5cb7e7398431ae22f24c8e8a69683a0dc24fc (patch) | |
tree | 59e6ca4c3e48a892685ffefef42b8f823868051f /src/item.c | |
parent | 7d4c9d1f9f11c60db3a0e81777cfbbbda483d2e3 (diff) |
Sync new_game.inc
Diffstat (limited to 'src/item.c')
-rw-r--r-- | src/item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.c b/src/item.c index 470b4d430..8483e6d3f 100644 --- a/src/item.c +++ b/src/item.c @@ -64,7 +64,7 @@ void CopyItemName(u16 itemId, u8 *string) { if (itemId == ITEM_ENIGMA_BERRY) { - StringCopy(string, GetBerryInfo(GETBERRYID(ITEM_ENIGMA_BERRY))->name); + StringCopy(string, GetBerryInfo(ITEM_TO_BERRY(ITEM_ENIGMA_BERRY))->name); StringAppend(string, gOtherText_Berry2); } else |