pokeemerald/data/maps/MeteorFalls_StevensCave/scripts.inc

58 lines
2.1 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MeteorFalls_StevensCave_MapScripts:: @ 823B181
.byte 0
2019-11-07 02:38:53 +01:00
MeteorFalls_StevensCave_EventScript_Steven:: @ 823B182
2017-11-10 02:21:31 +01:00
lock
2019-11-07 02:38:53 +01:00
goto_if_set FLAG_DEFEATED_METEOR_FALLS_STEVEN, MeteorFalls_StevensCave_EventScript_Defeated
2017-11-10 02:21:31 +01:00
waitse
playse SE_PIN
applymovement 1, Common_Movement_ExclamationMark
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement 1, Common_Movement_Delay48
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement 1, Common_Movement_FacePlayer
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-07 02:38:53 +01:00
msgbox MeteorFalls_StevensCave_Text_ShouldKnowHowGoodIAmExpectWorst, MSGBOX_DEFAULT
trainerbattle_no_intro TRAINER_STEVEN, MeteorFalls_StevensCave_Text_StevenDefeat
msgbox MeteorFalls_StevensCave_Text_MyPredictionCameTrue, MSGBOX_DEFAULT
2019-01-02 22:12:43 +01:00
setflag FLAG_DEFEATED_METEOR_FALLS_STEVEN
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 02:38:53 +01:00
MeteorFalls_StevensCave_EventScript_Defeated:: @ 823B1CD
applymovement 1, Common_Movement_FacePlayer
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-07 02:38:53 +01:00
msgbox MeteorFalls_StevensCave_Text_MyPredictionCameTrue, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 02:38:53 +01:00
MeteorFalls_StevensCave_Text_ShouldKnowHowGoodIAmExpectWorst: @ 823B1E1
2017-11-10 02:21:31 +01:00
.string "STEVEN: Oh, wow, {PLAYER}{KUN}.\n"
2018-12-07 16:41:08 +01:00
.string "I'm amazed you knew where to find me.\p"
2017-11-10 02:21:31 +01:00
.string "Do you, uh…maybe think of me as\n"
.string "just a rock maniac?\p"
2018-12-07 16:41:08 +01:00
.string "No, that can't be right.\p"
2017-11-10 02:21:31 +01:00
.string "We battled alongside each other at\n"
.string "the SOOTOPOLIS SPACE CENTER.\p"
.string "You should have a very good idea\n"
.string "about how good I am.\p"
2018-12-07 16:41:08 +01:00
.string "Okay, {PLAYER}{KUN}, if you're going to mount\n"
2017-11-10 02:21:31 +01:00
.string "a serious challenge, expect the worst!$"
2019-11-07 02:38:53 +01:00
MeteorFalls_StevensCave_Text_StevenDefeat: @ 823B32D
2017-11-10 02:21:31 +01:00
.string "You…\n"
2018-12-07 16:41:08 +01:00
.string "I had no idea you'd become so strong…$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_StevensCave_Text_MyPredictionCameTrue: @ 823B358
2017-11-10 02:21:31 +01: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"
.string "I thought that you would eventually\n"
.string "become the CHAMPION.\p"
.string "My predictions usually come true.\p"
.string "And where will you go from here?\p"
.string "… … … … … …\n"
.string "… … … … … …\p"
2018-12-07 16:41:08 +01:00
.string "Fufufu, even I couldn't tell you that.$"
2017-11-10 02:21:31 +01:00