diff options
| author | huderlem <huderlem@gmail.com> | 2019-10-15 16:30:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-15 16:30:27 -0500 |
| commit | a0b3f5d9e34e65c1948325bd4177a734bfde6bb4 (patch) | |
| tree | edd30aaf0011fa31b0dd75fee2a670b2215390e2 /data/text | |
| parent | 07ac727c6d0c54d5d0f9f2a1f4c11b81f9d64cb4 (diff) | |
| parent | 928cdf2531e74df2432ec8d602c4c2d2fee14eb1 (diff) | |
Merge pull request #833 from GriffinRichards/doc-inc2
Document .incs split from event_scripts Round 2
Diffstat (limited to 'data/text')
| -rw-r--r-- | data/text/mevent.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/text/mevent.inc b/data/text/mevent.inc index 8a82ff4c3..ae4032eb4 100644 --- a/data/text/mevent.inc +++ b/data/text/mevent.inc @@ -1,14 +1,14 @@ -gText_FillOutQuestionnaire:: @ 827339F +Mevent_Text_FillOutQuestionnaire:: @ 827339F .string "There is a questionnaire.\n" .string "Would you like to fill it out?$" -gText_ThankYouForTakingQuestionnaire:: @ 82733D8 +Mevent_Text_QuestionnaireThankYou:: @ 82733D8 .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.$" -gUnknown_08273446:: @ 8273446 +Mevent_Text_YouKnowThoseWordsGift:: @ 8273446 .string "Oh, hello!\n" .string "You know those words?\p" .string "That means you must know about\n" @@ -16,17 +16,17 @@ gUnknown_08273446:: @ 8273446 .string "From now on, you should be\n" .string "receiving MYSTERY GIFTS!$" -gUnknown_082734CC:: @ 82734CC +Mevent_Text_YouCanAccessMysteryGift:: @ 82734CC .string "Once you save your game, you can\n" .string "access the MYSTERY GIFT.$" -gUnknown_08273506:: @ 8273506 +Mevent_Text_YouKnowThoseWordsEvent:: @ 8273506 .string "Oh, hello!\n" .string "You know those words?\p" .string "That means you must know about\n" .string "the MYSTERY EVENT.$" -gUnknown_08273559:: @ 8273559 +Mevent_Text_YouCanAccessMysteryEvent:: @ 8273559 .string "Once you save your game, you can\n" .string "access the MYSTERY EVENT.$" |
