pokeemerald/data/maps/MtPyre_2F/scripts.inc

136 lines
4.1 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MtPyre_2F_MapScripts::
2019-10-13 21:29:53 +02:00
map_script MAP_SCRIPT_ON_FRAME_TABLE, CaveHole_CheckFallDownHole
map_script MAP_SCRIPT_ON_TRANSITION, CaveHole_FixCrackedGround
map_script MAP_SCRIPT_ON_RESUME, MtPyre_2F_SetHoleWarp
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
MtPyre_2F_SetHoleWarp:
setstepcallback STEP_CB_CRACKED_FLOOR
setholewarp MAP_MT_PYRE_1F
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_2F_EventScript_Woman::
2019-11-09 18:23:30 +01:00
msgbox MtPyre_2F_Text_MemoriesOfSkitty, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_2F_EventScript_PokefanM::
2019-11-09 18:23:30 +01:00
msgbox MtPyre_2F_Text_TumbledFromFloorAbove, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_2F_EventScript_Mark::
2019-11-09 18:23:30 +01:00
trainerbattle_single TRAINER_MARK, MtPyre_2F_Text_MarkIntro, MtPyre_2F_Text_MarkDefeat
msgbox MtPyre_2F_Text_MarkPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_2F_EventScript_Luke::
2019-11-09 18:23:30 +01:00
trainerbattle_double TRAINER_DEZ_AND_LUKE, MtPyre_2F_Text_LukeIntro, MtPyre_2F_Text_LukeDefeat, MtPyre_2F_Text_LukeNotEnoughMons
msgbox MtPyre_2F_Text_LukePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_2F_EventScript_Dez::
2019-11-09 18:23:30 +01:00
trainerbattle_double TRAINER_DEZ_AND_LUKE, MtPyre_2F_Text_DezIntro, MtPyre_2F_Text_DezDefeat, MtPyre_2F_Text_DezNotEnoughMons
msgbox MtPyre_2F_Text_DezPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_2F_EventScript_Leah::
2019-11-09 18:23:30 +01:00
trainerbattle_single TRAINER_LEAH, MtPyre_2F_Text_LeahIntro, MtPyre_2F_Text_LeahDefeat
msgbox MtPyre_2F_Text_LeahPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_2F_EventScript_Zander::
2019-11-09 18:23:30 +01:00
trainerbattle_single TRAINER_ZANDER, MtPyre_2F_Text_ZanderIntro, MtPyre_2F_Text_ZanderDefeat
msgbox MtPyre_2F_Text_ZanderPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_MemoriesOfSkitty:
2017-11-10 02:21:31 +01:00
.string "Memories of my darling SKITTY…\n"
.string "My eyes overflow thinking about it.$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_TumbledFromFloorAbove:
2017-11-10 02:21:31 +01:00
.string "Ooch, ouch… There are holes in the\n"
.string "ground here and there.\p"
2018-12-07 16:41:08 +01:00
.string "I didn't notice and took a tumble from\n"
2017-11-10 02:21:31 +01:00
.string "the floor above.$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_MarkIntro:
2017-11-10 02:21:31 +01:00
.string "Hey! Are you searching for POKéMON?\n"
2018-12-07 16:41:08 +01:00
.string "You came along after me! You're rude!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_MarkDefeat:
2017-11-10 02:21:31 +01:00
.string "Ayieeeeh!\n"
2018-12-07 16:41:08 +01:00
.string "I'm sorry, forgive me, please!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_MarkPostBattle:
2018-12-07 16:41:08 +01:00
.string "People don't come here often, so\n"
.string "I thought there'd be rare POKéMON.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_LukeIntro:
2018-12-07 16:41:08 +01:00
.string "LUKE: We're here on a dare.\p"
2017-11-10 02:21:31 +01:00
.string "Heheh, if I show her how cool I am,\n"
2018-12-07 16:41:08 +01:00
.string "she'll fall for me. I know it!\p"
.string "I know! I'll cream you and show her\n"
2017-11-10 02:21:31 +01:00
.string "how cool I am!$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_LukeDefeat:
2017-11-10 02:21:31 +01:00
.string "LUKE: Whoopsie!$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_LukePostBattle:
2018-12-07 16:41:08 +01:00
.string "LUKE: Well, we lost but that's okay!\n"
.string "I'm right here by your side.\l"
.string "We'll make it through this dare!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_LukeNotEnoughMons:
2017-11-10 02:21:31 +01:00
.string "LUKE: If you want to take me on,\n"
.string "bring some more POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "If you don't, I won't be able to show\n"
2017-11-10 02:21:31 +01:00
.string "off to my girl how cool I am!$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_DezIntro:
2017-11-10 02:21:31 +01:00
.string "DEZ: I came here on a dare with my\n"
.string "boyfriend.\p"
2018-12-07 16:41:08 +01:00
.string "It's really scary, but I'm with my\n"
.string "boyfriend. It's okay.\p"
.string "I know! I'll get my boyfriend to look\n"
2017-11-10 02:21:31 +01:00
.string "cool by beating you!$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_DezDefeat:
2018-12-07 16:41:08 +01:00
.string "DEZ: Waaaah! I'm scared!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_DezPostBattle:
2018-12-07 16:41:08 +01:00
.string "DEZ: We're lovey-dovey, so we don't\n"
2017-11-10 02:21:31 +01:00
.string "care if we lose!$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_DezNotEnoughMons:
2017-11-10 02:21:31 +01:00
.string "DEZ: If you want to challenge us, you\n"
.string "should bring at least two POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "My boyfriend's strong.\n"
.string "Just one POKéMON won't do at all.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_LeahIntro:
2017-11-10 02:21:31 +01:00
.string "You are an unfamiliar sight…\n"
.string "Depart before anything befalls you!$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_LeahDefeat:
2017-11-10 02:21:31 +01:00
.string "Hmm…\n"
2018-12-07 16:41:08 +01:00
.string "You're durable.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_LeahPostBattle:
2017-11-10 02:21:31 +01:00
.string "Our family has been TRAINERS here\n"
2018-12-07 16:41:08 +01:00
.string "since my great-grandmother's time…\p"
2017-11-10 02:21:31 +01:00
.string "It is my duty to protect this\n"
.string "mountain…$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_ZanderIntro:
2017-11-10 02:21:31 +01:00
.string "Kiyaaaaah!\n"
2018-12-07 16:41:08 +01:00
.string "I'm terrified!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_ZanderDefeat:
2017-11-10 02:21:31 +01:00
.string "Nooooooo!\n"
.string "I lost my wits!$"
2021-07-20 21:18:31 +02:00
MtPyre_2F_Text_ZanderPostBattle:
2017-11-10 02:21:31 +01:00
.string "I get freaked out every time I see\n"
.string "anything move…\p"
2018-12-07 16:41:08 +01:00
.string "I shouldn't have come here to train…$"
2017-11-10 02:21:31 +01:00