Oops. I forgot to set the correct description in the Dream Ball's data.

This commit is contained in:
LOuroboros 2019-09-16 18:43:51 -03:00
parent 22e1e53d66
commit c6504ebfd4

View File

@ -369,7 +369,7 @@ const struct Item gItems[] =
.name = _("Dream Ball"), .name = _("Dream Ball"),
.itemId = ITEM_DREAM_BALL, .itemId = ITEM_DREAM_BALL,
.price = 10, .price = 10,
.description = sCherishBallDesc, .description = sDreamBallDesc,
.pocket = POCKET_POKE_BALLS, .pocket = POCKET_POKE_BALLS,
.type = 11, .type = 11,
.fieldUseFunc = NULL, .fieldUseFunc = NULL,