diff options
author | Melody <melody@pallet.town> | 2018-12-07 10:53:04 -0500 |
---|---|---|
committer | Melody <melody@pallet.town> | 2018-12-07 10:54:47 -0500 |
commit | 4161c6e6d797450f854e5e498f9c339904c67a1c (patch) | |
tree | 9d02668a8504179b2f1c21fedf53b490fce07d72 /data/text/berry_tree.inc | |
parent | 968218a469d3de8cf1bfad9e791daec01129e501 (diff) |
Use real apostrophes instead of fake ones
Diffstat (limited to 'data/text/berry_tree.inc')
-rw-r--r-- | data/text/berry_tree.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/text/berry_tree.inc b/data/text/berry_tree.inc index 4ffbf51c4..cbcb9d486 100644 --- a/data/text/berry_tree.inc +++ b/data/text/berry_tree.inc @@ -1,8 +1,8 @@ Route102_Text_1A16B6:: @ 81A16B6 - .string "It’s soft, loamy soil.$" + .string "It's soft, loamy soil.$" Route102_Text_1A16CD:: @ 81A16CD - .string "It’s soft, loamy soil.\n" + .string "It's soft, loamy soil.\n" .string "Want to plant a BERRY?$" Route102_Text_1A16FB:: @ 81A16FB @@ -41,13 +41,13 @@ Route102_Text_1A17FD:: @ 81A17FD Route102_Text_1A181A:: @ 81A181A .string "{PLAYER} put away the {STR_VAR_1} BERRIES\n" - .string "in the BAG’s BERRIES POCKET.\p" + .string "in the BAG's BERRIES POCKET.\p" .string "The soil returned to its soft and\n" .string "loamy state.$" Route102_Text_1A1881:: @ 81A1881 - .string "The BAG’s BERRIES POCKET is full.\p" - .string "The {STR_VAR_1} BERRIES couldn’t be taken.$" + .string "The BAG's BERRIES POCKET is full.\p" + .string "The {STR_VAR_1} BERRIES couldn't be taken.$" Route102_Text_1A18C5:: @ 81A18C5 .string "{PLAYER} left the {STR_VAR_1} BERRIES\n" |