From 9456382a328cf6b1e9257df2734474bb1d2e88c7 Mon Sep 17 00:00:00 2001 From: amiosi <44352097+amiosi@users.noreply.github.com> Date: Thu, 21 Jan 2021 19:05:01 -0500 Subject: [PATCH] yellow shmellow --- src/data/items.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/items.h b/src/data/items.h index 0d8c4687f..eb573a73d 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -1459,7 +1459,7 @@ const struct Item gItems[] = [ITEM_YELLOW_APRICORN] = { - .name = _("YelowApricorn"), + .name = _("YellwApricorn"), .itemId = ITEM_YELLOW_APRICORN, .price = 200, .description = sYellowApricornDesc,