mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-19 21:17:41 +01:00
Oops. I forgot to set the correct description in the Dream Ball's data.
This commit is contained in:
parent
22e1e53d66
commit
c6504ebfd4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user