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,