From ece7ef3410eb9b114cf328426c4fc16c972f71c6 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 17 Oct 2021 03:00:48 -0400 Subject: Correct usage of MysteryEvent to MysteryGift --- data/text/mevent.inc | 43 ------------------------------------------- data/text/questionnaire.inc | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 data/text/mevent.inc create mode 100644 data/text/questionnaire.inc (limited to 'data/text') diff --git a/data/text/mevent.inc b/data/text/mevent.inc deleted file mode 100644 index 5fb00bc97..000000000 --- a/data/text/mevent.inc +++ /dev/null @@ -1,43 +0,0 @@ -Mevent_Text_FillOutQuestionnaire:: - .string "There is a questionnaire.\n" - .string "Would you like to fill it out?$" - -Mevent_Text_QuestionnaireThankYou:: - .string "Thank you for taking the time to\n" - .string "fill out our questionnaire.\p" - .string "Your feedback will be used for\n" - .string "future reference.$" - -Mevent_Text_YouKnowThoseWordsGift:: - .string "Oh, hello!\n" - .string "You know those words?\p" - .string "That means you must know about\n" - .string "the MYSTERY GIFT.\p" - .string "From now on, you should be\n" - .string "receiving MYSTERY GIFTS!$" - -Mevent_Text_YouCanAccessMysteryGift:: - .string "Once you save your game, you can\n" - .string "access the MYSTERY GIFT.$" - -Mevent_Text_YouKnowThoseWordsEvent:: - .string "Oh, hello!\n" - .string "You know those words?\p" - .string "That means you must know about\n" - .string "the MYSTERY EVENT.$" - -Mevent_Text_YouCanAccessMysteryEvent:: - .string "Once you save your game, you can\n" - .string "access the MYSTERY EVENT.$" - -Mevent_Text_TheresATicketForYou:: - .string "Thank you for using the MYSTERY\n" - .string "EVENT System.\p" - .string "You must be {PLAYER}.\n" - .string "There is a ticket here for you.$" - -Mevent_Text_TryUsingItAtLilycovePort:: - .string "It appears to be for use at\n" - .string "the LILYCOVE CITY port.\p" - .string "Why not give it a try and see what\n" - .string "it is about?$" diff --git a/data/text/questionnaire.inc b/data/text/questionnaire.inc new file mode 100644 index 000000000..a7fd09486 --- /dev/null +++ b/data/text/questionnaire.inc @@ -0,0 +1,43 @@ +Questionnaire_Text_FillOut:: + .string "There is a questionnaire.\n" + .string "Would you like to fill it out?$" + +Questionnaire_Text_ThankYou:: + .string "Thank you for taking the time to\n" + .string "fill out our questionnaire.\p" + .string "Your feedback will be used for\n" + .string "future reference.$" + +Questionnaire_Text_YouKnowThoseWordsGift:: + .string "Oh, hello!\n" + .string "You know those words?\p" + .string "That means you must know about\n" + .string "the MYSTERY GIFT.\p" + .string "From now on, you should be\n" + .string "receiving MYSTERY GIFTS!$" + +Questionnaire_Text_YouCanAccessMysteryGift:: + .string "Once you save your game, you can\n" + .string "access the MYSTERY GIFT.$" + +Questionnaire_Text_YouKnowThoseWordsEvent:: + .string "Oh, hello!\n" + .string "You know those words?\p" + .string "That means you must know about\n" + .string "the MYSTERY EVENT.$" + +Questionnaire_Text_YouCanAccessMysteryEvent:: + .string "Once you save your game, you can\n" + .string "access the MYSTERY EVENT.$" + +MysteryGift_Text_TheresATicketForYou:: + .string "Thank you for using the MYSTERY\n" + .string "EVENT System.\p" + .string "You must be {PLAYER}.\n" + .string "There is a ticket here for you.$" + +MysteryGift_Text_TryUsingItAtLilycovePort:: + .string "It appears to be for use at\n" + .string "the LILYCOVE CITY port.\p" + .string "Why not give it a try and see what\n" + .string "it is about?$" -- cgit v1.2.3