pokeemerald/data/maps/CaveOfOrigin_B1F/scripts.inc

119 lines
3.7 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
CaveOfOrigin_B1F_MapScripts:: @ 82357A8
.byte 0
CaveOfOrigin_B1F_EventScript_2357A9:: @ 82357A9
lock
faceplayer
msgbox CaveOfOrigin_B1F_Text_23586E, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement 1, Common_Movement_WalkInPlaceUp
2017-11-10 02:21:31 +01:00
waitmovement 0
delay 60
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
delay 30
applymovement 1, Common_Movement_FacePlayer
2017-11-10 02:21:31 +01:00
waitmovement 0
message CaveOfOrigin_B1F_Text_235ACE
waitmessage
goto CaveOfOrigin_B1F_EventScript_2357F0
CaveOfOrigin_B1F_EventScript_2357F0:: @ 82357F0
multichoice 0, 0, 110, 0
switch VAR_RESULT
case 0, CaveOfOrigin_B1F_EventScript_23582C
case 1, CaveOfOrigin_B1F_EventScript_235837
case 2, CaveOfOrigin_B1F_EventScript_23584D
case 3, CaveOfOrigin_B1F_EventScript_235842
goto CaveOfOrigin_B1F_EventScript_235842
end
CaveOfOrigin_B1F_EventScript_23582C:: @ 823582C
message CaveOfOrigin_B1F_Text_235B23
waitmessage
goto CaveOfOrigin_B1F_EventScript_2357F0
CaveOfOrigin_B1F_EventScript_235837:: @ 8235837
message CaveOfOrigin_B1F_Text_235BBF
waitmessage
goto CaveOfOrigin_B1F_EventScript_2357F0
CaveOfOrigin_B1F_EventScript_235842:: @ 8235842
message CaveOfOrigin_B1F_Text_235C99
waitmessage
goto CaveOfOrigin_B1F_EventScript_2357F0
CaveOfOrigin_B1F_EventScript_23584D:: @ 823584D
msgbox CaveOfOrigin_B1F_Text_235CEE, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
playse SE_KAIDAN
fadescreenspeed 1, 4
2019-01-02 22:12:43 +01:00
setflag FLAG_WALLACE_GOES_TO_SKY_PILLAR
2019-08-05 17:23:45 +02:00
setvar VAR_SOOTOPOLIS_CITY_STATE, 3
2017-11-10 02:21:31 +01:00
removeobject 1
2018-10-18 21:28:59 +02:00
clearflag FLAG_HIDE_SKY_PILLAR_WALLACE
2017-11-10 02:21:31 +01:00
fadescreen 0
release
end
CaveOfOrigin_B1F_Text_23586E: @ 823586E
.string "Ah, so you are {PLAYER}{KUN}?\n"
2018-12-07 16:41:08 +01:00
.string "I've heard tales of your exploits.\p"
2017-11-10 02:21:31 +01:00
.string "My name is WALLACE.\p"
.string "I was once the GYM LEADER of\n"
.string "SOOTOPOLIS, but something came up.\p"
2018-12-07 16:41:08 +01:00
.string "So now, I've entrusted my mentor JUAN\n"
.string "with the GYM's operation.\p"
2017-11-10 02:21:31 +01:00
.string "… … … … … …\n"
.string "… … … … … …\p"
.string "GROUDON and KYOGRE, the two POKéMON\n"
.string "wreaking havoc here, are considered\l"
.string "to be super-ancient POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "But there aren't just two super-\n"
2017-11-10 02:21:31 +01:00
.string "ancient POKéMON.\p"
.string "There is one more somewhere.\p"
.string "Somewhere, there is a super-\n"
.string "ancient POKéMON named RAYQUAZA.\p"
2018-12-07 16:41:08 +01:00
.string "It's said that it was RAYQUAZA that\n"
2017-11-10 02:21:31 +01:00
.string "becalmed the two combatants in\l"
.string "the distant past.\p"
.string "But even I have no clue as to\n"
2018-12-07 16:41:08 +01:00
.string "RAYQUAZA's whereabouts…$"
2017-11-10 02:21:31 +01:00
CaveOfOrigin_B1F_Text_235ACE: @ 8235ACE
.string "WALLACE: {PLAYER}{KUN}, do you perhaps\n"
.string "know where RAYQUAZA is now?\p"
.string "If you do, please tell me.$"
CaveOfOrigin_B1F_Text_235B23: @ 8235B23
.string "WALLACE: The CAVE OF ORIGIN?\p"
2018-12-07 16:41:08 +01:00
.string "But that's right here!\n"
2017-11-10 02:21:31 +01:00
.string "I need you to do better than that!\p"
.string "Please, I need you to think about\n"
.string "where RAYQUAZA might be right now.$"
CaveOfOrigin_B1F_Text_235BBF: @ 8235BBF
.string "WALLACE: MT. PYRE?\p"
.string "But when I met the old lady there\n"
.string "earlier, she made no mention of it.\p"
.string "I very much doubt that the old lady\n"
.string "would try to hide something from me…\p"
.string "{PLAYER}{KUN}, could you think about this\n"
.string "more carefully for me?$"
CaveOfOrigin_B1F_Text_235C99: @ 8235C99
2018-12-07 16:41:08 +01:00
.string "WALLACE: Huh? You don't remember?\n"
.string "Hmm… That's a problem…\p"
.string "Can't you remember somehow?$"
2017-11-10 02:21:31 +01:00
CaveOfOrigin_B1F_Text_235CEE: @ 8235CEE
.string "WALLACE: The SKY PILLAR?\p"
2018-12-07 16:41:08 +01:00
.string "That's it!\n"
2017-11-10 02:21:31 +01:00
.string "It must be the SKY PILLAR!\p"
2018-12-07 16:41:08 +01:00
.string "{PLAYER}{KUN}, there's not a moment to lose!\n"
.string "We'll head to the SKY PILLAR right away!$"
2017-11-10 02:21:31 +01:00