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/giddy.inc | |
parent | 968218a469d3de8cf1bfad9e791daec01129e501 (diff) |
Use real apostrophes instead of fake ones
Diffstat (limited to 'data/text/giddy.inc')
-rw-r--r-- | data/text/giddy.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/giddy.inc b/data/text/giddy.inc index a763776bf..2f4e39f48 100644 --- a/data/text/giddy.inc +++ b/data/text/giddy.inc @@ -1,16 +1,16 @@ gTextGiddy_Introduction:: @ 81B092A - .string "I’m GIDDY!\n" + .string "I'm GIDDY!\n" .string "I have a scintillating story for you!\p" .string "Would you like to hear my story?$" gTextGiddy_YouveDeflatedMe:: @ 81B097C .string "Oh...\n" - .string "You’ve deflated me...$" + .string "You've deflated me...$" gTextGiddy_AlsoIWasThinking:: @ 81B0998 .string "Also, I was thinking...$" gTextGiddy_ByeBye:: @ 81B09B0 - .string "That’s about it, I think...\p" + .string "That's about it, I think...\p" .string "We should chat again!\n" .string "Bye-bye!$" |