2022-05-19 19:14:13 +02:00
|
|
|
.set LOCALID_STEVEN, 1
|
|
|
|
|
|
|
|
MeteorFalls_StevensCave_MapScripts::
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
MeteorFalls_StevensCave_EventScript_Steven::
|
|
|
|
lock
|
|
|
|
goto_if_set FLAG_DEFEATED_METEOR_FALLS_STEVEN, MeteorFalls_StevensCave_EventScript_Defeated
|
|
|
|
waitse
|
|
|
|
playse SE_PIN
|
|
|
|
applymovement LOCALID_STEVEN, Common_Movement_ExclamationMark
|
|
|
|
waitmovement 0
|
|
|
|
applymovement LOCALID_STEVEN, Common_Movement_Delay48
|
|
|
|
waitmovement 0
|
|
|
|
applymovement LOCALID_STEVEN, Common_Movement_FacePlayer
|
|
|
|
waitmovement 0
|
|
|
|
msgbox MeteorFalls_StevensCave_Text_ShouldKnowHowGoodIAmExpectWorst, MSGBOX_DEFAULT
|
|
|
|
trainerbattle_no_intro TRAINER_STEVEN, MeteorFalls_StevensCave_Text_StevenDefeat
|
|
|
|
msgbox MeteorFalls_StevensCave_Text_MyPredictionCameTrue, MSGBOX_DEFAULT
|
|
|
|
setflag FLAG_DEFEATED_METEOR_FALLS_STEVEN
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
MeteorFalls_StevensCave_EventScript_Defeated::
|
|
|
|
applymovement LOCALID_STEVEN, Common_Movement_FacePlayer
|
|
|
|
waitmovement 0
|
|
|
|
msgbox MeteorFalls_StevensCave_Text_MyPredictionCameTrue, MSGBOX_DEFAULT
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
MeteorFalls_StevensCave_Text_ShouldKnowHowGoodIAmExpectWorst:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Steven: Oh, wow, {PLAYER}{KUN}.\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "I'm amazed you knew where to find me.\p"
|
|
|
|
.string "Do you, uh…maybe think of me as\n"
|
|
|
|
.string "just a rock maniac?\p"
|
|
|
|
.string "No, that can't be right.\p"
|
|
|
|
.string "We battled alongside each other at\n"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "the Sootopolis Space Center.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "You should have a very good idea\n"
|
|
|
|
.string "about how good I am.\p"
|
|
|
|
.string "Okay, {PLAYER}{KUN}, if you're going to mount\n"
|
|
|
|
.string "a serious challenge, expect the worst!$"
|
|
|
|
|
|
|
|
MeteorFalls_StevensCave_Text_StevenDefeat:
|
|
|
|
.string "You…\n"
|
|
|
|
.string "I had no idea you'd become so strong…$"
|
|
|
|
|
|
|
|
MeteorFalls_StevensCave_Text_MyPredictionCameTrue:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Steven: Come to think of it, ever since\n"
|
|
|
|
.string "our paths first crossed in Granite\l"
|
|
|
|
.string "Cave in Dewford, I had this feeling.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "I thought that you would eventually\n"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "become the Champion.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "My predictions usually come true.\p"
|
|
|
|
.string "And where will you go from here?\p"
|
|
|
|
.string "… … … … … …\n"
|
|
|
|
.string "… … … … … …\p"
|
|
|
|
.string "Fufufu, even I couldn't tell you that.$"
|
|
|
|
|