pokeemerald/data/maps/MtPyre_5F/scripts.inc

26 lines
675 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MtPyre_5F_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2019-11-09 18:23:30 +01:00
@ Seems like the scripts for the 4F and 5F were swapped
2021-07-20 21:18:31 +02:00
MtPyre_4F_EventScript_Tasha::
2019-11-09 18:23:30 +01:00
trainerbattle_single TRAINER_TASHA, MtPyre_4F_Text_TashaIntro, MtPyre_4F_Text_TashaDefeat
msgbox MtPyre_4F_Text_TashaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_4F_Text_TashaIntro:
.string "I love all things horrifying…\n"
2018-12-07 16:41:08 +01:00
.string "It's like a disease…\p"
.string "When I'm here…\n"
.string "I shiver with fear…$"
2021-07-20 21:18:31 +02:00
MtPyre_4F_Text_TashaDefeat:
.string "Losing, I dislike…$"
2021-07-20 21:18:31 +02:00
MtPyre_4F_Text_TashaPostBattle:
.string "I want to see dreadful things…\n"
2018-12-07 16:41:08 +01:00
.string "I can't leave…\p"
.string "Stay…\n"
2018-12-07 16:41:08 +01:00
.string "Won't you stay with me?$"