sovereignx/data/maps/MtPyre_4F/scripts.inc

23 lines
602 B
PHP
Raw Permalink Normal View History

2021-07-20 20:18:31 +01:00
MtPyre_4F_MapScripts::
2017-11-10 01:21:31 +00:00
.byte 0
2019-11-09 17:23:30 +00:00
@ Seems like the scripts for the 4F and 5F were swapped
2021-07-20 20:18:31 +01:00
MtPyre_5F_EventScript_Atsushi::
2019-11-09 17:23:30 +00:00
trainerbattle_single TRAINER_ATSUSHI, MtPyre_5F_Text_AtsushiIntro, MtPyre_5F_Text_AtsushiDefeat
msgbox MtPyre_5F_Text_AtsushiPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 01:21:31 +00:00
end
2021-07-20 20:18:31 +01:00
MtPyre_5F_Text_AtsushiIntro:
.string "Teacher…\n"
.string "Please watch over my progress!$"
2021-07-20 20:18:31 +01:00
MtPyre_5F_Text_AtsushiDefeat:
.string "Teacher…\n"
.string "Please forgive me!$"
2021-07-20 20:18:31 +01:00
MtPyre_5F_Text_AtsushiPostBattle:
.string "Until I improve, my teacher, who rests\n"
.string "here, will never find true peace…$"