diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-06 19:49:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-06 19:49:14 -0500 |
commit | 2b944fd7213baa0d54003e0b876c4e3e5df4dfbd (patch) | |
tree | a6b514e610ec3ef32e597f1917c77d34f5e272e8 /data/scripts/mevent_trainer.inc | |
parent | 25d026aded10c9a9567d214e46bf41ff4153eb46 (diff) | |
parent | 1475c4d8da2e27734aa5a738e2287222c1e21386 (diff) |
Merge branch 'master' into doc-trickhouse
Diffstat (limited to 'data/scripts/mevent_trainer.inc')
-rw-r--r-- | data/scripts/mevent_trainer.inc | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/data/scripts/mevent_trainer.inc b/data/scripts/mevent_trainer.inc new file mode 100644 index 000000000..1b0117078 --- /dev/null +++ b/data/scripts/mevent_trainer.inc @@ -0,0 +1,49 @@ +MysteryEventScript_VisitingTrainer:: @ 8674EC1 + setvaddress MysteryEventScript_VisitingTrainer + special ValidateEReaderTrainer + compare_var_to_value VAR_RESULT, 0 + vgoto_if_eq MysteryEventScript_VisitingTrainerArrived + lock + faceplayer + vmessage sText_MysteryGiftVisitingTrainerInstructions + waitmessage + waitbuttonpress + release + end + +MysteryEventScript_VisitingTrainerArrived: @ 8674EDF + lock + faceplayer + vmessage sText_MysteryGiftVisitingTrainerArrived + waitmessage + waitbuttonpress + release + end + +sText_MysteryGiftVisitingTrainerInstructions: + .string "Thank you for using the MYSTERY\n" + .string "GIFT System.\p" + .string "By holding this WONDER CARD, you\n" + .string "may take part in a survey at a\l" + .string "POKéMON MART.\p" + .string "Use these surveys to invite\n" + .string "TRAINERS to SOOTOPOLIS CITY.\p" + .string "…Let me give you a secret\n" + .string "password for a survey:\p" + .string "“GIVE ME\n" + .string "AWESOME TRAINER”\p" + .string "Write that in on a survey and send\n" + .string "it to the WIRELESS\l" + .string "COMMUNICATION SYSTEM.$" + +sText_MysteryGiftVisitingTrainerArrived: + .string "Thank you for using the MYSTERY\n" + .string "GIFT System.\p" + .string "A TRAINER has arrived in\n" + .string "SOOTOPOLIS CITY looking for you.\p" + .string "We hope you will enjoy\n" + .string "battling the visiting TRAINER.\p" + .string "You may invite other TRAINERS by\n" + .string "entering other passwords.\p" + .string "Try looking for other passwords\n" + .string "that may work.$" |