pokeemerald/data/maps/Route128/scripts.inc

307 lines
8.6 KiB
PHP
Raw Normal View History

.set LOCALID_STEVEN, 3
.set LOCALID_ARCHIE, 4
.set LOCALID_MAXIE, 5
2021-07-20 21:18:31 +02:00
Route128_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, Route128_OnTransition
2019-11-11 23:19:39 +01:00
map_script MAP_SCRIPT_ON_FRAME_TABLE, Route128_OnFrame
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
Route128_OnTransition:
2019-12-02 01:19:47 +01:00
call_if_set FLAG_SYS_WEATHER_CTRL, Common_EventScript_SetAbnormalWeather
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route128_OnFrame:
2019-11-11 23:19:39 +01:00
map_script_2 VAR_ROUTE128_STATE, 1, Route128_EventScript_KyogreAwakenedScene
2017-11-10 02:21:31 +01:00
.2byte 0
2021-07-20 21:18:31 +02:00
Route128_EventScript_KyogreAwakenedScene::
2017-11-10 02:21:31 +01:00
lockall
delay 20
applymovement LOCALID_ARCHIE, Route128_Movement_ArchieLookAround
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_ArchieWhatHappened, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_ARCHIE, Route128_Movement_ArchieBackUp
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_ArchieIOnlyWanted, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_MAXIE, Route128_Movement_MaxieApproachArchie
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement LOCALID_ARCHIE, Common_Movement_WalkInPlaceFasterUp
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_MaxieDoYouUnderstandNow, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_MAXIE, Route128_Movement_MaxieApproachPlayer
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_MaxieResposibilityFallsToArchieAndMe, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_ARCHIE, Route128_Movement_ArchieRunLeft
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterLeft
applymovement LOCALID_MAXIE, Route128_Movement_MaxieWalkLeft
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_MaxieThisDefiesBelief, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
delay 40
applymovement LOCALID_MAXIE, Route128_Movement_MaxieExit
applymovement LOCALID_ARCHIE, Route128_Movement_ArchieExit
2017-11-10 02:21:31 +01:00
waitmovement 0
removeobject LOCALID_MAXIE
removeobject LOCALID_ARCHIE
2017-11-10 02:21:31 +01:00
delay 100
setfieldeffectargument 0, 1
dofieldeffect FLDEFF_NPCFLY_OUT
waitfieldeffect FLDEFF_NPCFLY_OUT
addobject LOCALID_STEVEN
applymovement LOCALID_STEVEN, Route128_Movement_StevenApproachPlayer
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterRight
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_StevenWhatIsHappening, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_STEVEN, Route128_Movement_StevenWalkUp
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_StevenWholeWorldWillDrown, MSGBOX_DEFAULT
applymovement LOCALID_STEVEN, Common_Movement_WalkInPlaceFasterDown
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_StevenImGoingToSootopolis, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_STEVEN, Common_Movement_WalkInPlaceFasterDown
2017-11-10 02:21:31 +01:00
waitmovement 0
delay 50
setfieldeffectargument 0, 1
dofieldeffect FLDEFF_NPCFLY_OUT
2017-11-10 02:21:31 +01:00
delay 15
removeobject LOCALID_STEVEN
waitfieldeffect FLDEFF_NPCFLY_OUT
2019-03-10 13:10:59 +01:00
clearflag FLAG_HIDE_MAP_NAME_POPUP
setvar VAR_ROUTE128_STATE, 2
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
Route128_Movement_Unused1:
walk_fast_left
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_Unused2:
walk_left
walk_left
walk_left
walk_left
walk_left
walk_left
walk_up
walk_up
walk_up
walk_up
walk_up
walk_up
step_end
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
Route128_Movement_StevenWalkUp:
walk_up
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_StevenApproachPlayer:
walk_fast_left
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_ArchieLookAround:
walk_fast_down
walk_in_place_faster_left
delay_16
walk_in_place_faster_right
delay_16
delay_16
walk_in_place_faster_down
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_ArchieBackUp:
lock_facing_direction
walk_slow_up
delay_16
unlock_facing_direction
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_ArchieRunLeft:
walk_fast_left
walk_fast_left
walk_fast_left
walk_in_place_faster_right
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_ArchieExit:
delay_16
delay_16
walk_fast_up
walk_fast_left
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_MaxieWalkLeft:
walk_left
walk_left
delay_8
delay_4
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_MaxieApproachArchie:
walk_left
walk_in_place_faster_down
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_MaxieExit:
walk_fast_left
walk_fast_left
walk_fast_left
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
walk_fast_up
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_Movement_MaxieApproachPlayer:
walk_right
walk_in_place_faster_down
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
Route128_EventScript_Isaiah::
2019-11-11 23:19:39 +01:00
trainerbattle_single TRAINER_ISAIAH_1, Route128_Text_IsaiahIntro, Route128_Text_IsaiahDefeat, Route128_EventScript_RegisterIsaiah
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
goto_if_eq VAR_RESULT, TRUE, Route128_EventScript_RematchIsaiah
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_IsaiahPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_RegisterIsaiah::
2019-11-01 08:41:55 +01:00
special PlayerFaceTrainerAfterBattle
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_IsaiahRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_ISAIAH_1
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_RematchIsaiah::
2019-11-11 23:19:39 +01:00
trainerbattle_rematch TRAINER_ISAIAH_1, Route128_Text_IsaiahRematchIntro, Route128_Text_IsaiahRematchDefeat
msgbox Route128_Text_IsaiahPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_Katelyn::
2019-11-11 23:19:39 +01:00
trainerbattle_single TRAINER_KATELYN_1, Route128_Text_KatelynIntro, Route128_Text_KatelynDefeat, Route128_EventScript_RegisterKatelyn
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
goto_if_eq VAR_RESULT, TRUE, Route128_EventScript_RematchKatelyn
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_KatelynPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_RegisterKatelyn::
2019-11-01 08:41:55 +01:00
special PlayerFaceTrainerAfterBattle
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-11 23:19:39 +01:00
msgbox Route128_Text_KatelynRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_KATELYN_1
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_RematchKatelyn::
2019-11-11 23:19:39 +01:00
trainerbattle_rematch TRAINER_KATELYN_1, Route128_Text_KatelynRematchIntro, Route128_Text_KatelynRematchDefeat
msgbox Route128_Text_KatelynPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_Alexa::
2019-11-11 23:19:39 +01:00
trainerbattle_single TRAINER_ALEXA, Route128_Text_AlexaIntro, Route128_Text_AlexaDefeat
msgbox Route128_Text_AlexaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_Ruben::
2019-11-11 23:19:39 +01:00
trainerbattle_single TRAINER_RUBEN, Route128_Text_RubenIntro, Route128_Text_RubenDefeat
msgbox Route128_Text_RubenPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_Wayne::
2019-11-11 23:19:39 +01:00
trainerbattle_single TRAINER_WAYNE, Route128_Text_WayneIntro, Route128_Text_WayneDefeat
msgbox Route128_Text_WaynePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_Harrison::
2019-11-11 23:19:39 +01:00
trainerbattle_single TRAINER_HARRISON, Route128_Text_HarrisonIntro, Route128_Text_HarrisonDefeat
msgbox Route128_Text_HarrisonPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route128_EventScript_Carlee::
2019-11-11 23:19:39 +01:00
trainerbattle_single TRAINER_CARLEE, Route128_Text_CarleeIntro, Route128_Text_CarleeDefeat
msgbox Route128_Text_CarleePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route128_Text_ArchieWhatHappened:
2017-11-10 02:21:31 +01:00
.string "ARCHIE: What happened…\n"
.string "What is this wretched scene…\p"
.string "Did I…make a horrible mistake?$"
2021-07-20 21:18:31 +02:00
Route128_Text_ArchieIOnlyWanted:
2017-11-10 02:21:31 +01:00
.string "I…\n"
.string "I only wanted…$"
2021-07-20 21:18:31 +02:00
Route128_Text_MaxieDoYouUnderstandNow:
2017-11-10 02:21:31 +01:00
.string "MAXIE: Do you understand now,\n"
.string "ARCHIE?\p"
.string "Do you finally see how disastrous\n"
.string "your dream turned out to be?\p"
.string "We have to hurry! We have to do\n"
.string "something before the situation goes\l"
.string "completely out of control!$"
2021-07-20 21:18:31 +02:00
Route128_Text_MaxieResposibilityFallsToArchieAndMe:
2018-12-07 16:41:08 +01:00
.string "MAXIE: {PLAYER}, don't say anything.\p"
2017-11-10 02:21:31 +01:00
.string "I know that I have no right to be\n"
.string "critical of ARCHIE…\p"
.string "But the way things are now, I doubt\n"
.string "that we humans will be capable of\l"
.string "doing anything about it.\p"
.string "But neither can we stand by and\n"
.string "just watch helplessly.\p"
.string "The responsibility for putting an end\n"
.string "to this falls to ARCHIE and me…$"
2021-07-20 21:18:31 +02:00
Route128_Text_MaxieThisDefiesBelief:
2017-11-10 02:21:31 +01:00
.string "MAXIE: This defies belief…\p"
.string "Those super-ancient POKéMON…\p"
.string "Their power is unbelievable.\n"
2018-12-07 16:41:08 +01:00
.string "They've upset the balance of nature…$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
Route128_Text_StevenWhatIsHappening:
2017-11-10 02:21:31 +01:00
.string "STEVEN: {PLAYER}{KUN}!\n"
.string "What is happening?$"
2021-07-20 21:18:31 +02:00
Route128_Text_StevenWholeWorldWillDrown:
2017-11-10 02:21:31 +01:00
.string "This is terrible…\p"
.string "After the scorching heat wave ended,\n"
.string "this deluge began.\p"
2018-12-07 16:41:08 +01:00
.string "If this doesn't stop, all of HOENN…\n"
2017-11-10 02:21:31 +01:00
.string "No, the whole world will drown.\p"
.string "This huge rain cloud is spreading\n"
.string "from above SOOTOPOLIS…\p"
.string "What in the world is taking place there?\p"
2018-12-07 16:41:08 +01:00
.string "There's no point arguing here…\n"
2017-11-10 02:21:31 +01:00
.string "SOOTOPOLIS might provide answers…$"
2021-07-20 21:18:31 +02:00
Route128_Text_StevenImGoingToSootopolis:
2017-11-10 02:21:31 +01:00
.string "{PLAYER}{KUN}…\n"
2018-12-07 16:41:08 +01:00
.string "I don't know what you intend to do,\l"
.string "but don't do anything reckless.\p"
2017-11-10 02:21:31 +01:00
.string "Okay.\n"
2018-12-07 16:41:08 +01:00
.string "I'm going to SOOTOPOLIS.$"
2017-11-10 02:21:31 +01:00