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/trader.inc | |
parent | 968218a469d3de8cf1bfad9e791daec01129e501 (diff) |
Use real apostrophes instead of fake ones
Diffstat (limited to 'data/text/trader.inc')
-rw-r--r-- | data/text/trader.inc | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/data/text/trader.inc b/data/text/trader.inc index 599344091..3a2792171 100644 --- a/data/text/trader.inc +++ b/data/text/trader.inc @@ -1,5 +1,5 @@ gTextTrader_Introduction:: @ 81AE88F - .string "Hi, I’m the TRADER.\n" + .string "Hi, I'm the TRADER.\n" .string "Want to trade decorations with me?$" gTextTrader_FeelUnwanted1:: @ 81AE8C6 @@ -7,7 +7,7 @@ gTextTrader_FeelUnwanted1:: @ 81AE8C6 .string "I feel unwanted...$" gTextTrader_TradedAlready:: @ 81AE8DF - .string "But we’ve traded decorations already,\n" + .string "But we've traded decorations already,\n" .string "you and I.$" gTextTrader_MenuPrompt:: @ 81AE910 @@ -15,7 +15,7 @@ gTextTrader_MenuPrompt:: @ 81AE910 .string "you want of mine, speak up.$" gTextTrader_DontWantAnything:: @ 81AE950 - .string "You don’t want anything?\n" + .string "You don't want anything?\n" .string "I feel unwanted...$" gTextTrader_ItemOnceBelongedTo:: @ 81AE97C @@ -24,35 +24,35 @@ gTextTrader_ItemOnceBelongedTo:: @ 81AE97C .string "Do you want it?$" gTextTrader_YouDontHaveDecorations:: @ 81AE9B6 - .string "Uh... Wait a second. You don’t have a\n" + .string "Uh... Wait a second. You don't have a\n" .string "single piece of decoration!$" gTextTrader_PickDecorationYoullTrade:: @ 81AE9F8 - .string "Okay, pick the decoration that you’ll\n" + .string "Okay, pick the decoration that you'll\n" .string "trade to me.$" gTextTrader_FeelUnwanted2:: @ 81AEA2B - .string "You won’t trade with me?\n" + .string "You won't trade with me?\n" .string "I feel unwanted...$" gTextTrader_NoRoomForThis:: @ 81AEA57 - .string "You’ve got all the {STR_VAR_2}S that can\n" - .string "be stored. You’ve no room for this.$" + .string "You've got all the {STR_VAR_2}S that can\n" + .string "be stored. You've no room for this.$" gTextTrader_SoWellTrade:: @ 81AEA9B - .string "Okay, so we’ll trade my {STR_VAR_3}\n" + .string "Okay, so we'll trade my {STR_VAR_3}\n" .string "for your {STR_VAR_2}?$" gTextTrader_InUseYouCantTradeIt:: @ 81AEAC3 .string "That piece of decoration is in use.\n" - .string "You can’t trade it.$" + .string "You can't trade it.$" gTextTrader_ThenWellTrade:: @ 81AEAFB - .string "Then we’ll trade!\n" - .string "I’ll send my decoration to your PC.$" + .string "Then we'll trade!\n" + .string "I'll send my decoration to your PC.$" gTextTrader_ICantTradeThatOneAway:: @ 81AEB31 .string "Oops! Sorry!\n" - .string "That’s a really rare piece of decoration.\l" - .string "I can’t trade that one away!\p" + .string "That's a really rare piece of decoration.\l" + .string "I can't trade that one away!\p" .string "Can I interest you in something else?$" |