pokeemerald/data/maps/SootopolisCity_House3/scripts.inc

43 lines
1.3 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SootopolisCity_House3_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
SootopolisCity_House3_EventScript_Woman::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-10 02:40:41 +01:00
msgbox SootopolisCity_House3_Text_JuanHasManyFansDoYou, MSGBOX_YESNO
goto_if_eq VAR_RESULT, YES, SootopolisCity_House3_EventScript_HaveFans
2019-11-10 02:40:41 +01:00
msgbox SootopolisCity_House3_Text_LonesomeTryWorkingHarder, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
SootopolisCity_House3_EventScript_HaveFans::
2019-11-10 02:40:41 +01:00
msgbox SootopolisCity_House3_Text_YouMustBePrettyStrong, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
SootopolisCity_House3_EventScript_Girl::
2019-11-10 02:40:41 +01:00
msgbox SootopolisCity_House3_Text_TrainerFanClubWasWild, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_House3_Text_JuanHasManyFansDoYou:
2018-12-07 16:41:08 +01:00
.string "You're a POKéMON TRAINER, aren't you?\p"
.string "SOOTOPOLIS's JUAN has many fans.\n"
2017-11-10 02:21:31 +01:00
.string "Even more than his student WALLACE!\p"
.string "Do you have any?$"
2021-07-20 21:18:31 +02:00
SootopolisCity_House3_Text_YouMustBePrettyStrong:
2017-11-10 02:21:31 +01:00
.string "Oh, then you must be pretty strong.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_House3_Text_LonesomeTryWorkingHarder:
2017-11-10 02:21:31 +01:00
.string "Oh, dear…\n"
2018-12-07 16:41:08 +01:00
.string "That's a little lonesome.\p"
2017-11-10 02:21:31 +01:00
.string "Try working a little harder to get\n"
.string "a fan following.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_House3_Text_TrainerFanClubWasWild:
2017-11-10 02:21:31 +01:00
.string "Dedicated fans come over from even\n"
.string "outside of HOENN.\p"
.string "It was really wild when I went to the\n"
.string "TRAINER FAN CLUB in LILYCOVE.$"