From c6504ebfd4b210be0318029a215e13406e7b7970 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 16 Sep 2019 18:43:51 -0300 Subject: [PATCH] Oops. I forgot to set the correct description in the Dream Ball's data. --- 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 1a9445ade..c359d1c96 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -369,7 +369,7 @@ const struct Item gItems[] = .name = _("Dream Ball"), .itemId = ITEM_DREAM_BALL, .price = 10, - .description = sCherishBallDesc, + .description = sDreamBallDesc, .pocket = POCKET_POKE_BALLS, .type = 11, .fieldUseFunc = NULL,