tumbledemerald-legacy/data/scripts/gift_trainer.inc

49 lines
1.4 KiB
PHP
Raw Normal View History

2022-05-19 19:14:13 +02:00
MysteryGiftScript_VisitingTrainer::
setvaddress MysteryGiftScript_VisitingTrainer
special ValidateEReaderTrainer
vgoto_if_eq VAR_RESULT, 0, MysteryGiftScript_VisitingTrainerArrived
lock
faceplayer
vmessage sText_MysteryGiftVisitingTrainerInstructions
waitmessage
waitbuttonpress
release
end
MysteryGiftScript_VisitingTrainerArrived:
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"
2022-05-19 19:14:13 +02:00
.string "may take part in a survey at a\l"
.string "Pokémon Mart.\p"
2022-05-19 19:14:13 +02:00
.string "Use these surveys to invite\n"
.string "Trainers to Sootopolis City.\p"
2022-05-19 19:14:13 +02:00
.string "…Let me give you a secret\n"
.string "password for a survey:\p"
.string "“Give Me\n"
.string "Awesome Trainer”\p"
2022-05-19 19:14:13 +02:00
.string "Write that in on a survey and send\n"
.string "it to the Wireless\l"
.string "Communication System.$"
2022-05-19 19:14:13 +02:00
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"
2022-05-19 19:14:13 +02:00
.string "We hope you will enjoy\n"
.string "battling the visiting Trainer.\p"
.string "You may invite other Trainers by\n"
2022-05-19 19:14:13 +02:00
.string "entering other passwords.\p"
.string "Try looking for other passwords\n"
.string "that may work.$"