79 lines
2.7 KiB
PHP
Raw Normal View History

2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_MapScripts::
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_EventScript_Gentleman::
2019-11-06 09:31:04 -05:00
msgbox AbandonedShip_Rooms_1F_Text_TakingALookAround, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_EventScript_Demetrius::
2019-11-06 09:31:04 -05:00
trainerbattle_single TRAINER_DEMETRIUS, AbandonedShip_Rooms_1F_Text_DemetriusIntro, AbandonedShip_Rooms_1F_Text_DemetriusDefeat
msgbox AbandonedShip_Rooms_1F_Text_DemetriusPostBattle, MSGBOX_AUTOCLOSE
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_EventScript_Thalia::
2019-11-06 09:31:04 -05:00
trainerbattle_single TRAINER_THALIA_1, AbandonedShip_Rooms_1F_Text_ThaliaIntro, AbandonedShip_Rooms_1F_Text_ThaliaDefeat, AbandonedShip_Rooms_1F_EventScript_RegisterThalia
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
2019-11-06 09:31:04 -05:00
compare VAR_RESULT, TRUE
goto_if_eq AbandonedShip_Rooms_1F_EventScript_ThaliaRematch
msgbox AbandonedShip_Rooms_1F_Text_ThaliaPostBattle, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_EventScript_RegisterThalia::
2019-11-01 03:41:55 -04:00
special PlayerFaceTrainerAfterBattle
2017-11-09 19:21:31 -06:00
waitmovement 0
2019-11-06 09:31:04 -05:00
msgbox AbandonedShip_Rooms_1F_Text_ThaliaRegister, MSGBOX_DEFAULT
2018-12-02 06:04:59 -05:00
register_matchcall TRAINER_THALIA_1
2017-11-09 19:21:31 -06:00
release
end
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_EventScript_ThaliaRematch::
2019-11-06 09:31:04 -05:00
trainerbattle_rematch TRAINER_THALIA_1, AbandonedShip_Rooms_1F_Text_ThaliaRematchIntro, AbandonedShip_Rooms_1F_Text_ThaliaRematchDefeat
msgbox AbandonedShip_Rooms_1F_Text_ThaliaPostRematch, MSGBOX_AUTOCLOSE
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_TakingALookAround:
2018-12-07 10:41:08 -05:00
.string "Ships of this sort are rare, so I'm\n"
2017-11-09 19:21:31 -06:00
.string "taking a look around.\p"
.string "Hmhm…\n"
.string "There appear to be other cabins…$"
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_ThaliaIntro:
2017-11-09 19:21:31 -06:00
.string "What on earth would compel you to\n"
.string "come here? You must be curious!$"
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_ThaliaDefeat:
2017-11-09 19:21:31 -06:00
.string "Not just curious, but also strong…$"
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_ThaliaPostBattle:
2017-11-09 19:21:31 -06:00
.string "The man next door…\p"
2018-12-07 10:41:08 -05:00
.string "He says he's just sightseeing,\n"
.string "but I don't know about that.$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_ThaliaRegister:
2018-12-07 10:41:08 -05:00
.string "You're such a tough TRAINER!\n"
2017-11-09 19:21:31 -06:00
.string "Let me register you as a memento!$"
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_ThaliaRematchIntro:
2017-11-09 19:21:31 -06:00
.string "What on earth would compel you to\n"
.string "come back? You must really be curious!$"
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_ThaliaRematchDefeat:
2018-12-07 10:41:08 -05:00
.string "Aren't you too strong?$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_ThaliaPostRematch:
2018-12-07 10:41:08 -05:00
.string "I'm sure that man's up to something!\n"
2017-11-09 19:21:31 -06:00
.string "He just acts so suspiciously!$"
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_DemetriusIntro:
2017-11-09 19:21:31 -06:00
.string "Waaah!\n"
2018-12-07 10:41:08 -05:00
.string "I've been found! …Huh?$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_DemetriusDefeat:
2018-12-07 10:41:08 -05:00
.string "Oh, you're not my mom.$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
AbandonedShip_Rooms_1F_Text_DemetriusPostBattle:
2018-12-07 10:41:08 -05:00
.string "I'm in trouble with my mom, so I ran.\n"
2017-11-09 19:21:31 -06:00
.string "Keep it a secret where I am!$"