pokeemerald/data/maps/Route124/scripts.inc

108 lines
3.8 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
Route124_MapScripts:: @ 81F656C
map_script MAP_SCRIPT_ON_TRANSITION, Route124_OnTransition
2017-11-10 02:21:31 +01:00
.byte 0
Route124_OnTransition: @ 81F6572
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
2019-11-11 23:19:39 +01:00
Route124_EventScript_HuntersHouseSign:: @ 81F657C
msgbox Route124_Text_HuntersHouse, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Spencer:: @ 81F6585
trainerbattle_single TRAINER_SPENCER, Route124_Text_SpencerIntro, Route124_Text_SpencerDefeat
msgbox Route124_Text_SpencerPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Roland:: @ 81F659C
trainerbattle_single TRAINER_ROLAND, Route124_Text_RolandIntro, Route124_Text_RolandDefeat
msgbox Route124_Text_RolandPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Jenny:: @ 81F65B3
trainerbattle_single TRAINER_JENNY_1, Route124_Text_JennyIntro, Route124_Text_JennyDefeat, Route124_EventScript_RegisterJenny
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
2019-11-11 23:19:39 +01:00
compare VAR_RESULT, TRUE
goto_if_eq Route124_EventScript_RematchJenny
msgbox Route124_Text_JennyPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_RegisterJenny:: @ 81F65DF
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 Route124_Text_JennyRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_JENNY_1
2017-11-10 02:21:31 +01:00
release
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_RematchJenny:: @ 81F65FE
trainerbattle_rematch TRAINER_JENNY_1, Route124_Text_JennyRematchIntro, Route124_Text_JennyRematchDefeat
msgbox Route124_Text_JennyPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Grace:: @ 81F6615
trainerbattle_single TRAINER_GRACE, Route124_Text_GraceIntro, Route124_Text_GraceDefeat
msgbox Route124_Text_GracePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Chad:: @ 81F662C
trainerbattle_single TRAINER_CHAD, Route124_Text_ChadIntro, Route124_Text_ChadDefeat
msgbox Route124_Text_ChadPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Lila:: @ 81F6643
trainerbattle_double TRAINER_LILA_AND_ROY_1, Route124_Text_LilaIntro, Route124_Text_LilaDefeat, Route124_Text_LilaNotEnoughMons, Route124_EventScript_RegisterLila
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
2019-11-11 23:19:39 +01:00
compare VAR_RESULT, TRUE
goto_if_eq Route124_EventScript_RematchLila
msgbox Route124_Text_LilaPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_RegisterLila:: @ 81F6673
msgbox Route124_Text_LilaRoyRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_LILA_AND_ROY_1
2017-11-10 02:21:31 +01:00
release
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_RematchLila:: @ 81F668C
trainerbattle_rematch_double TRAINER_LILA_AND_ROY_1, Route124_Text_LilaRematchIntro, Route124_Text_LilaRematchDefeat, Route124_Text_LilaRematchNotEnoughMons
msgbox Route124_Text_LilaPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Roy:: @ 81F66A7
trainerbattle_double TRAINER_LILA_AND_ROY_1, Route124_Text_RoyIntro, Route124_Text_RoyDefeat, Route124_Text_RoyNotEnoughMons, Route124_EventScript_RegisterRoy
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
2019-11-11 23:19:39 +01:00
compare VAR_RESULT, TRUE
goto_if_eq Route124_EventScript_RematchRoy
msgbox Route124_Text_RoyPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_RegisterRoy:: @ 81F66D7
msgbox Route124_Text_LilaRoyRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_LILA_AND_ROY_1
2017-11-10 02:21:31 +01:00
release
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_RematchRoy:: @ 81F66F0
trainerbattle_rematch_double TRAINER_LILA_AND_ROY_1, Route124_Text_RoyRematchIntro, Route124_Text_RoyRematchDefeat, Route124_Text_RoyRematchNotEnoughMons
msgbox Route124_Text_RoyPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Declan:: @ 81F670B
trainerbattle_single TRAINER_DECLAN, Route124_Text_DeclanIntro, Route124_Text_DeclanDefeat
msgbox Route124_Text_DeclanPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_EventScript_Isabella:: @ 81F6722
trainerbattle_single TRAINER_ISABELLA, Route124_Text_IsabellaIntro, Route124_Text_IsabellaDefeat
msgbox Route124_Text_IsabellaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-11 23:19:39 +01:00
Route124_Text_HuntersHouse: @ 81F6739
2018-12-07 16:41:08 +01:00
.string "HUNTER'S HOUSE$"
2017-11-10 02:21:31 +01:00