summaryrefslogtreecommitdiff
path: root/src/data/items_en.h
diff options
context:
space:
mode:
authorMelody <melody@pallet.town>2018-12-07 10:53:04 -0500
committerMelody <melody@pallet.town>2018-12-07 10:54:47 -0500
commit4161c6e6d797450f854e5e498f9c339904c67a1c (patch)
tree9d02668a8504179b2f1c21fedf53b490fce07d72 /src/data/items_en.h
parent968218a469d3de8cf1bfad9e791daec01129e501 (diff)
Use real apostrophes instead of fake ones
Diffstat (limited to 'src/data/items_en.h')
-rw-r--r--src/data/items_en.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/items_en.h b/src/data/items_en.h
index 60f62752d..518a83173 100644
--- a/src/data/items_en.h
+++ b/src/data/items_en.h
@@ -2993,7 +2993,7 @@ const struct Item gItems[] =
.secondaryId = 0,
},
{
- .name = _("KING’S ROCK"),
+ .name = _("KING'S ROCK"),
.itemId = ITEM_KINGS_ROCK,
.price = 100,
.holdEffect = HOLD_EFFECT_FLINCH,