Document Mt Pyre scripts

This commit is contained in:
GriffinR
2019-11-09 12:23:30 -05:00
committed by huderlem
parent e4d65addf4
commit 5ac8b126e9
14 changed files with 148 additions and 144 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "0", "trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0", "trainer_sight_or_berry_tree_id": "0",
"script": "MtPyre_1F_EventScript_230F3F", "script": "MtPyre_1F_EventScript_CleanseTagWoman",
"flag": "0" "flag": "0"
}, },
{ {
@@ -37,7 +37,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "0", "trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0", "trainer_sight_or_berry_tree_id": "0",
"script": "MtPyre_1F_EventScript_230F78", "script": "MtPyre_1F_EventScript_PokefanF",
"flag": "0" "flag": "0"
}, },
{ {
@@ -50,7 +50,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "0", "trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0", "trainer_sight_or_berry_tree_id": "0",
"script": "MtPyre_1F_EventScript_230F81", "script": "MtPyre_1F_EventScript_Man",
"flag": "0" "flag": "0"
} }
], ],
+14 -14
View File
@@ -1,48 +1,48 @@
MtPyre_1F_MapScripts:: @ 8230F3E MtPyre_1F_MapScripts:: @ 8230F3E
.byte 0 .byte 0
MtPyre_1F_EventScript_230F3F:: @ 8230F3F MtPyre_1F_EventScript_CleanseTagWoman:: @ 8230F3F
lock lock
faceplayer faceplayer
goto_if_set FLAG_RECEIVED_CLEANSE_TAG, MtPyre_1F_EventScript_230F6E goto_if_set FLAG_RECEIVED_CLEANSE_TAG, MtPyre_1F_EventScript_ReceivedCleanseTag
msgbox MtPyre_1F_Text_230F8A, MSGBOX_DEFAULT msgbox MtPyre_1F_Text_TakeThisForYourOwnGood, MSGBOX_DEFAULT
giveitem_std ITEM_CLEANSE_TAG giveitem_std ITEM_CLEANSE_TAG
compare VAR_RESULT, 0 compare VAR_RESULT, FALSE
goto_if_eq Common_EventScript_ShowBagIsFull goto_if_eq Common_EventScript_ShowBagIsFull
setflag FLAG_RECEIVED_CLEANSE_TAG setflag FLAG_RECEIVED_CLEANSE_TAG
release release
end end
MtPyre_1F_EventScript_230F6E:: @ 8230F6E MtPyre_1F_EventScript_ReceivedCleanseTag:: @ 8230F6E
msgbox MtPyre_1F_Text_231005, MSGBOX_DEFAULT msgbox MtPyre_1F_Text_ExplainCleanseTag, MSGBOX_DEFAULT
release release
end end
MtPyre_1F_EventScript_230F78:: @ 8230F78 MtPyre_1F_EventScript_PokefanF:: @ 8230F78
msgbox MtPyre_1F_Text_23104F, MSGBOX_NPC msgbox MtPyre_1F_Text_ComeToPayRespects, MSGBOX_NPC
end end
MtPyre_1F_EventScript_230F81:: @ 8230F81 MtPyre_1F_EventScript_Man:: @ 8230F81
msgbox MtPyre_1F_Text_2310BA, MSGBOX_NPC msgbox MtPyre_1F_Text_RestingPlaceOfZigzagoon, MSGBOX_NPC
end end
MtPyre_1F_Text_230F8A: @ 8230F8A MtPyre_1F_Text_TakeThisForYourOwnGood: @ 8230F8A
.string "All sorts of beings wander the slopes\n" .string "All sorts of beings wander the slopes\n"
.string "of MT. PYRE…\p" .string "of MT. PYRE…\p"
.string "There is no telling what may happen.\n" .string "There is no telling what may happen.\n"
.string "Take this. It's for your own good.$" .string "Take this. It's for your own good.$"
MtPyre_1F_Text_231005: @ 8231005 MtPyre_1F_Text_ExplainCleanseTag: @ 8231005
.string "Have a POKéMON hold that\n" .string "Have a POKéMON hold that\n"
.string "CLEANSE TAG.\p" .string "CLEANSE TAG.\p"
.string "It will help ward off wild POKéMON.$" .string "It will help ward off wild POKéMON.$"
MtPyre_1F_Text_23104F: @ 823104F MtPyre_1F_Text_ComeToPayRespects: @ 823104F
.string "Did you come to pay your respect\n" .string "Did you come to pay your respect\n"
.string "to the spirits of departed POKéMON?\p" .string "to the spirits of departed POKéMON?\p"
.string "You must care for your POKéMON a lot.$" .string "You must care for your POKéMON a lot.$"
MtPyre_1F_Text_2310BA: @ 82310BA MtPyre_1F_Text_RestingPlaceOfZigzagoon: @ 82310BA
.string "This is the final resting place of my\n" .string "This is the final resting place of my\n"
.string "ZIGZAGOON. I cherished it…$" .string "ZIGZAGOON. I cherished it…$"
+7 -7
View File
@@ -24,7 +24,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "2", "trainer_sight_or_berry_tree_id": "2",
"script": "MtPyre_2F_EventScript_231128", "script": "MtPyre_2F_EventScript_Mark",
"flag": "0" "flag": "0"
}, },
{ {
@@ -50,7 +50,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "0", "trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0", "trainer_sight_or_berry_tree_id": "0",
"script": "MtPyre_2F_EventScript_231116", "script": "MtPyre_2F_EventScript_Woman",
"flag": "0" "flag": "0"
}, },
{ {
@@ -63,7 +63,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "0", "trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0", "trainer_sight_or_berry_tree_id": "0",
"script": "MtPyre_2F_EventScript_23111F", "script": "MtPyre_2F_EventScript_PokefanM",
"flag": "0" "flag": "0"
}, },
{ {
@@ -76,7 +76,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "1", "trainer_sight_or_berry_tree_id": "1",
"script": "MtPyre_2F_EventScript_23115A", "script": "MtPyre_2F_EventScript_Dez",
"flag": "0" "flag": "0"
}, },
{ {
@@ -89,7 +89,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "1", "trainer_sight_or_berry_tree_id": "1",
"script": "MtPyre_2F_EventScript_23113F", "script": "MtPyre_2F_EventScript_Luke",
"flag": "0" "flag": "0"
}, },
{ {
@@ -102,7 +102,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "2", "trainer_sight_or_berry_tree_id": "2",
"script": "MtPyre_2F_EventScript_23118C", "script": "MtPyre_2F_EventScript_Zander",
"flag": "0" "flag": "0"
}, },
{ {
@@ -115,7 +115,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "2", "trainer_sight_or_berry_tree_id": "2",
"script": "MtPyre_2F_EventScript_231175", "script": "MtPyre_2F_EventScript_Leah",
"flag": "0" "flag": "0"
} }
], ],
+38 -38
View File
@@ -9,83 +9,83 @@ MtPyre_2F_SetHoleWarp: @ 823110B
setholewarp MAP_MT_PYRE_1F, 255, 0, 0 setholewarp MAP_MT_PYRE_1F, 255, 0, 0
end end
MtPyre_2F_EventScript_231116:: @ 8231116 MtPyre_2F_EventScript_Woman:: @ 8231116
msgbox MtPyre_2F_Text_2311A3, MSGBOX_NPC msgbox MtPyre_2F_Text_MemoriesOfSkitty, MSGBOX_NPC
end end
MtPyre_2F_EventScript_23111F:: @ 823111F MtPyre_2F_EventScript_PokefanM:: @ 823111F
msgbox MtPyre_2F_Text_2311E6, MSGBOX_NPC msgbox MtPyre_2F_Text_TumbledFromFloorAbove, MSGBOX_NPC
end end
MtPyre_2F_EventScript_231128:: @ 8231128 MtPyre_2F_EventScript_Mark:: @ 8231128
trainerbattle_single TRAINER_MARK, MtPyre_2F_Text_231258, MtPyre_2F_Text_2312A2 trainerbattle_single TRAINER_MARK, MtPyre_2F_Text_MarkIntro, MtPyre_2F_Text_MarkDefeat
msgbox MtPyre_2F_Text_2312CB, MSGBOX_AUTOCLOSE msgbox MtPyre_2F_Text_MarkPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_2F_EventScript_23113F:: @ 823113F MtPyre_2F_EventScript_Luke:: @ 823113F
trainerbattle_double TRAINER_DEZ_AND_LUKE, MtPyre_2F_Text_23130F, MtPyre_2F_Text_2313A1, MtPyre_2F_Text_231414 trainerbattle_double TRAINER_DEZ_AND_LUKE, MtPyre_2F_Text_LukeIntro, MtPyre_2F_Text_LukeDefeat, MtPyre_2F_Text_LukeNotEnoughMons
msgbox MtPyre_2F_Text_2313B1, MSGBOX_AUTOCLOSE msgbox MtPyre_2F_Text_LukePostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_2F_EventScript_23115A:: @ 823115A MtPyre_2F_EventScript_Dez:: @ 823115A
trainerbattle_double TRAINER_DEZ_AND_LUKE, MtPyre_2F_Text_231492, MtPyre_2F_Text_231534, MtPyre_2F_Text_231582 trainerbattle_double TRAINER_DEZ_AND_LUKE, MtPyre_2F_Text_DezIntro, MtPyre_2F_Text_DezDefeat, MtPyre_2F_Text_DezNotEnoughMons
msgbox MtPyre_2F_Text_23154D, MSGBOX_AUTOCLOSE msgbox MtPyre_2F_Text_DezPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_2F_EventScript_231175:: @ 8231175 MtPyre_2F_EventScript_Leah:: @ 8231175
trainerbattle_single TRAINER_LEAH, MtPyre_2F_Text_231604, MtPyre_2F_Text_231645 trainerbattle_single TRAINER_LEAH, MtPyre_2F_Text_LeahIntro, MtPyre_2F_Text_LeahDefeat
msgbox MtPyre_2F_Text_23165A, MSGBOX_AUTOCLOSE msgbox MtPyre_2F_Text_LeahPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_2F_EventScript_23118C:: @ 823118C MtPyre_2F_EventScript_Zander:: @ 823118C
trainerbattle_single TRAINER_ZANDER, MtPyre_2F_Text_2316C7, MtPyre_2F_Text_2316E1 trainerbattle_single TRAINER_ZANDER, MtPyre_2F_Text_ZanderIntro, MtPyre_2F_Text_ZanderDefeat
msgbox MtPyre_2F_Text_2316FB, MSGBOX_AUTOCLOSE msgbox MtPyre_2F_Text_ZanderPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_2F_Text_2311A3: @ 82311A3 MtPyre_2F_Text_MemoriesOfSkitty: @ 82311A3
.string "Memories of my darling SKITTY…\n" .string "Memories of my darling SKITTY…\n"
.string "My eyes overflow thinking about it.$" .string "My eyes overflow thinking about it.$"
MtPyre_2F_Text_2311E6: @ 82311E6 MtPyre_2F_Text_TumbledFromFloorAbove: @ 82311E6
.string "Ooch, ouch… There are holes in the\n" .string "Ooch, ouch… There are holes in the\n"
.string "ground here and there.\p" .string "ground here and there.\p"
.string "I didn't notice and took a tumble from\n" .string "I didn't notice and took a tumble from\n"
.string "the floor above.$" .string "the floor above.$"
MtPyre_2F_Text_231258: @ 8231258 MtPyre_2F_Text_MarkIntro: @ 8231258
.string "Hey! Are you searching for POKéMON?\n" .string "Hey! Are you searching for POKéMON?\n"
.string "You came along after me! You're rude!$" .string "You came along after me! You're rude!$"
MtPyre_2F_Text_2312A2: @ 82312A2 MtPyre_2F_Text_MarkDefeat: @ 82312A2
.string "Ayieeeeh!\n" .string "Ayieeeeh!\n"
.string "I'm sorry, forgive me, please!$" .string "I'm sorry, forgive me, please!$"
MtPyre_2F_Text_2312CB: @ 82312CB MtPyre_2F_Text_MarkPostBattle: @ 82312CB
.string "People don't come here often, so\n" .string "People don't come here often, so\n"
.string "I thought there'd be rare POKéMON.$" .string "I thought there'd be rare POKéMON.$"
MtPyre_2F_Text_23130F: @ 823130F MtPyre_2F_Text_LukeIntro: @ 823130F
.string "LUKE: We're here on a dare.\p" .string "LUKE: We're here on a dare.\p"
.string "Heheh, if I show her how cool I am,\n" .string "Heheh, if I show her how cool I am,\n"
.string "she'll fall for me. I know it!\p" .string "she'll fall for me. I know it!\p"
.string "I know! I'll cream you and show her\n" .string "I know! I'll cream you and show her\n"
.string "how cool I am!$" .string "how cool I am!$"
MtPyre_2F_Text_2313A1: @ 82313A1 MtPyre_2F_Text_LukeDefeat: @ 82313A1
.string "LUKE: Whoopsie!$" .string "LUKE: Whoopsie!$"
MtPyre_2F_Text_2313B1: @ 82313B1 MtPyre_2F_Text_LukePostBattle: @ 82313B1
.string "LUKE: Well, we lost but that's okay!\n" .string "LUKE: Well, we lost but that's okay!\n"
.string "I'm right here by your side.\l" .string "I'm right here by your side.\l"
.string "We'll make it through this dare!$" .string "We'll make it through this dare!$"
MtPyre_2F_Text_231414: @ 8231414 MtPyre_2F_Text_LukeNotEnoughMons: @ 8231414
.string "LUKE: If you want to take me on,\n" .string "LUKE: If you want to take me on,\n"
.string "bring some more POKéMON.\p" .string "bring some more POKéMON.\p"
.string "If you don't, I won't be able to show\n" .string "If you don't, I won't be able to show\n"
.string "off to my girl how cool I am!$" .string "off to my girl how cool I am!$"
MtPyre_2F_Text_231492: @ 8231492 MtPyre_2F_Text_DezIntro: @ 8231492
.string "DEZ: I came here on a dare with my\n" .string "DEZ: I came here on a dare with my\n"
.string "boyfriend.\p" .string "boyfriend.\p"
.string "It's really scary, but I'm with my\n" .string "It's really scary, but I'm with my\n"
@@ -93,42 +93,42 @@ MtPyre_2F_Text_231492: @ 8231492
.string "I know! I'll get my boyfriend to look\n" .string "I know! I'll get my boyfriend to look\n"
.string "cool by beating you!$" .string "cool by beating you!$"
MtPyre_2F_Text_231534: @ 8231534 MtPyre_2F_Text_DezDefeat: @ 8231534
.string "DEZ: Waaaah! I'm scared!$" .string "DEZ: Waaaah! I'm scared!$"
MtPyre_2F_Text_23154D: @ 823154D MtPyre_2F_Text_DezPostBattle: @ 823154D
.string "DEZ: We're lovey-dovey, so we don't\n" .string "DEZ: We're lovey-dovey, so we don't\n"
.string "care if we lose!$" .string "care if we lose!$"
MtPyre_2F_Text_231582: @ 8231582 MtPyre_2F_Text_DezNotEnoughMons: @ 8231582
.string "DEZ: If you want to challenge us, you\n" .string "DEZ: If you want to challenge us, you\n"
.string "should bring at least two POKéMON.\p" .string "should bring at least two POKéMON.\p"
.string "My boyfriend's strong.\n" .string "My boyfriend's strong.\n"
.string "Just one POKéMON won't do at all.$" .string "Just one POKéMON won't do at all.$"
MtPyre_2F_Text_231604: @ 8231604 MtPyre_2F_Text_LeahIntro: @ 8231604
.string "You are an unfamiliar sight…\n" .string "You are an unfamiliar sight…\n"
.string "Depart before anything befalls you!$" .string "Depart before anything befalls you!$"
MtPyre_2F_Text_231645: @ 8231645 MtPyre_2F_Text_LeahDefeat: @ 8231645
.string "Hmm…\n" .string "Hmm…\n"
.string "You're durable.$" .string "You're durable.$"
MtPyre_2F_Text_23165A: @ 823165A MtPyre_2F_Text_LeahPostBattle: @ 823165A
.string "Our family has been TRAINERS here\n" .string "Our family has been TRAINERS here\n"
.string "since my great-grandmother's time…\p" .string "since my great-grandmother's time…\p"
.string "It is my duty to protect this\n" .string "It is my duty to protect this\n"
.string "mountain…$" .string "mountain…$"
MtPyre_2F_Text_2316C7: @ 82316C7 MtPyre_2F_Text_ZanderIntro: @ 82316C7
.string "Kiyaaaaah!\n" .string "Kiyaaaaah!\n"
.string "I'm terrified!$" .string "I'm terrified!$"
MtPyre_2F_Text_2316E1: @ 82316E1 MtPyre_2F_Text_ZanderDefeat: @ 82316E1
.string "Nooooooo!\n" .string "Nooooooo!\n"
.string "I lost my wits!$" .string "I lost my wits!$"
MtPyre_2F_Text_2316FB: @ 82316FB MtPyre_2F_Text_ZanderPostBattle: @ 82316FB
.string "I get freaked out every time I see\n" .string "I get freaked out every time I see\n"
.string "anything move…\p" .string "anything move…\p"
.string "I shouldn't have come here to train…$" .string "I shouldn't have come here to train…$"
+3 -3
View File
@@ -24,7 +24,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "4", "trainer_sight_or_berry_tree_id": "4",
"script": "MtPyre_3F_EventScript_231753", "script": "MtPyre_3F_EventScript_William",
"flag": "0" "flag": "0"
}, },
{ {
@@ -37,7 +37,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "4", "trainer_sight_or_berry_tree_id": "4",
"script": "MtPyre_3F_EventScript_23176A", "script": "MtPyre_3F_EventScript_Kayla",
"flag": "0" "flag": "0"
}, },
{ {
@@ -63,7 +63,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "4", "trainer_sight_or_berry_tree_id": "4",
"script": "MtPyre_3F_EventScript_231781", "script": "MtPyre_3F_EventScript_Gabrielle",
"flag": "0" "flag": "0"
} }
], ],
+29 -29
View File
@@ -1,74 +1,74 @@
MtPyre_3F_MapScripts:: @ 8231752 MtPyre_3F_MapScripts:: @ 8231752
.byte 0 .byte 0
MtPyre_3F_EventScript_231753:: @ 8231753 MtPyre_3F_EventScript_William:: @ 8231753
trainerbattle_single TRAINER_WILLIAM, MtPyre_3F_Text_2317E3, MtPyre_3F_Text_231853 trainerbattle_single TRAINER_WILLIAM, MtPyre_3F_Text_WilliamIntro, MtPyre_3F_Text_WilliamDefeat
msgbox MtPyre_3F_Text_231869, MSGBOX_AUTOCLOSE msgbox MtPyre_3F_Text_WilliamPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_3F_EventScript_23176A:: @ 823176A MtPyre_3F_EventScript_Kayla:: @ 823176A
trainerbattle_single TRAINER_KAYLA, MtPyre_3F_Text_2318A1, MtPyre_3F_Text_2318DD trainerbattle_single TRAINER_KAYLA, MtPyre_3F_Text_KaylaIntro MtPyre_3F_Text_KaylaDefeat
msgbox MtPyre_3F_Text_2318F2, MSGBOX_AUTOCLOSE msgbox MtPyre_3F_Text_KaylaPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_3F_EventScript_231781:: @ 8231781 MtPyre_3F_EventScript_Gabrielle:: @ 8231781
trainerbattle_single TRAINER_GABRIELLE_1, MtPyre_3F_Text_231952, MtPyre_3F_Text_23196A, MtPyre_3F_EventScript_2317AD trainerbattle_single TRAINER_GABRIELLE_1, MtPyre_3F_Text_GabrielleIntro, MtPyre_3F_Text_GabrielleDefeat, MtPyre_3F_EventScript_RegisterGabrielle
specialvar VAR_RESULT, ShouldTryRematchBattle specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1 compare VAR_RESULT, TRUE
goto_if_eq MtPyre_3F_EventScript_2317CC goto_if_eq MtPyre_3F_EventScript_RematchGabrielle
msgbox MtPyre_3F_Text_23199B, MSGBOX_DEFAULT msgbox MtPyre_3F_Text_GabriellePostBattle, MSGBOX_DEFAULT
release release
end end
MtPyre_3F_EventScript_2317AD:: @ 82317AD MtPyre_3F_EventScript_RegisterGabrielle:: @ 82317AD
special PlayerFaceTrainerAfterBattle special PlayerFaceTrainerAfterBattle
waitmovement 0 waitmovement 0
msgbox MtPyre_3F_Text_231A49, MSGBOX_DEFAULT msgbox MtPyre_3F_Text_GabrielleRegister, MSGBOX_DEFAULT
register_matchcall TRAINER_GABRIELLE_1 register_matchcall TRAINER_GABRIELLE_1
release release
end end
MtPyre_3F_EventScript_2317CC:: @ 82317CC MtPyre_3F_EventScript_RematchGabrielle:: @ 82317CC
trainerbattle_rematch TRAINER_GABRIELLE_1, MtPyre_3F_Text_231AAB, MtPyre_3F_Text_231AE6 trainerbattle_rematch TRAINER_GABRIELLE_1, MtPyre_3F_Text_GabrielleRematchIntro, MtPyre_3F_Text_GabrielleRematchDefeat
msgbox MtPyre_3F_Text_231B0D, MSGBOX_AUTOCLOSE msgbox MtPyre_3F_Text_GabriellePostRematch, MSGBOX_AUTOCLOSE
end end
MtPyre_3F_Text_2317E3: @ 82317E3 MtPyre_3F_Text_WilliamIntro: @ 82317E3
.string "The rich atmosphere of the mountain\n" .string "The rich atmosphere of the mountain\n"
.string "has elevated my psychic power!\p" .string "has elevated my psychic power!\p"
.string "A mere child like you…\n" .string "A mere child like you…\n"
.string "You dream of winning?$" .string "You dream of winning?$"
MtPyre_3F_Text_231853: @ 8231853 MtPyre_3F_Text_WilliamDefeat: @ 8231853
.string "I drown in self-pity…$" .string "I drown in self-pity…$"
MtPyre_3F_Text_231869: @ 8231869 MtPyre_3F_Text_WilliamPostBattle: @ 8231869
.string "My psychic powers have surely\n" .string "My psychic powers have surely\n"
.string "grown several times, but…$" .string "grown several times, but…$"
MtPyre_3F_Text_2318A1: @ 82318A1 MtPyre_3F_Text_KaylaIntro: @ 82318A1
.string "Ahahahaha!\p" .string "Ahahahaha!\p"
.string "This is no place for children, least\n" .string "This is no place for children, least\n"
.string "of all you!$" .string "of all you!$"
MtPyre_3F_Text_2318DD: @ 82318DD MtPyre_3F_Text_KaylaDefeat: @ 82318DD
.string "I lost that cleanly…$" .string "I lost that cleanly…$"
MtPyre_3F_Text_2318F2: @ 82318F2 MtPyre_3F_Text_KaylaPostBattle: @ 82318F2
.string "This means my training is still not\n" .string "This means my training is still not\n"
.string "enough…\p" .string "enough…\p"
.string "I've got to keep working toward the\n" .string "I've got to keep working toward the\n"
.string "summit…\p" .string "summit…\p"
.string "Go, me!$" .string "Go, me!$"
MtPyre_3F_Text_231952: @ 8231952 MtPyre_3F_Text_GabrielleIntro: @ 8231952
.string "Why have you come here?$" .string "Why have you come here?$"
MtPyre_3F_Text_23196A: @ 823196A MtPyre_3F_Text_GabrielleDefeat: @ 823196A
.string "That was amazing!\n" .string "That was amazing!\n"
.string "You're a very special TRAINER.$" .string "You're a very special TRAINER.$"
MtPyre_3F_Text_23199B: @ 823199B MtPyre_3F_Text_GabriellePostBattle: @ 823199B
.string "POKéMON no longer of this world.\n" .string "POKéMON no longer of this world.\n"
.string "POKéMON that are with you now.\p" .string "POKéMON that are with you now.\p"
.string "And the POKéMON that you will meet\n" .string "And the POKéMON that you will meet\n"
@@ -76,21 +76,21 @@ MtPyre_3F_Text_23199B: @ 823199B
.string "They are all to be equally cherished.\n" .string "They are all to be equally cherished.\n"
.string "Please remember that.$" .string "Please remember that.$"
MtPyre_3F_Text_231A49: @ 8231A49 MtPyre_3F_Text_GabrielleRegister: @ 8231A49
.string "I would like to see your POKéMON\n" .string "I would like to see your POKéMON\n"
.string "when they grow up some more…\p" .string "when they grow up some more…\p"
.string "Please, I need to see your POKéNAV.$" .string "Please, I need to see your POKéNAV.$"
MtPyre_3F_Text_231AAB: @ 8231AAB MtPyre_3F_Text_GabrielleRematchIntro: @ 8231AAB
.string "Oh, it's you…\p" .string "Oh, it's you…\p"
.string "Have you come to show me your grown\n" .string "Have you come to show me your grown\n"
.string "POKéMON?$" .string "POKéMON?$"
MtPyre_3F_Text_231AE6: @ 8231AE6 MtPyre_3F_Text_GabrielleRematchDefeat: @ 8231AE6
.string "How amazing!\n" .string "How amazing!\n"
.string "You are a special person.$" .string "You are a special person.$"
MtPyre_3F_Text_231B0D: @ 8231B0D MtPyre_3F_Text_GabriellePostRematch: @ 8231B0D
.string "POKéMON no longer of this world.\n" .string "POKéMON no longer of this world.\n"
.string "POKéMON that are with you now.\p" .string "POKéMON that are with you now.\p"
.string "And the POKéMON that you will meet\n" .string "And the POKéMON that you will meet\n"
+1 -1
View File
@@ -24,7 +24,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "2", "trainer_sight_or_berry_tree_id": "2",
"script": "MtPyre_4F_EventScript_231C6E", "script": "MtPyre_4F_EventScript_Tasha",
"flag": "0" "flag": "0"
}, },
{ {
+8 -6
View File
@@ -1,20 +1,22 @@
MtPyre_4F_MapScripts:: @ 8231BC8 MtPyre_4F_MapScripts:: @ 8231BC8
.byte 0 .byte 0
MtPyre_5F_EventScript_231BC9:: @ 8231BC9 @ Seems like the scripts for the 4F and 5F were swapped
trainerbattle_single TRAINER_ATSUSHI, MtPyre_5F_Text_231BE0, MtPyre_5F_Text_231C08
msgbox MtPyre_5F_Text_231C24, MSGBOX_AUTOCLOSE MtPyre_5F_EventScript_Atsushi:: @ 8231BC9
trainerbattle_single TRAINER_ATSUSHI, MtPyre_5F_Text_AtsushiIntro, MtPyre_5F_Text_AtsushiDefeat
msgbox MtPyre_5F_Text_AtsushiPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_5F_Text_231BE0: @ 8231BE0 MtPyre_5F_Text_AtsushiIntro: @ 8231BE0
.string "Teacher…\n" .string "Teacher…\n"
.string "Please watch over my progress!$" .string "Please watch over my progress!$"
MtPyre_5F_Text_231C08: @ 8231C08 MtPyre_5F_Text_AtsushiDefeat: @ 8231C08
.string "Teacher…\n" .string "Teacher…\n"
.string "Please forgive me!$" .string "Please forgive me!$"
MtPyre_5F_Text_231C24: @ 8231C24 MtPyre_5F_Text_AtsushiPostBattle: @ 8231C24
.string "Until I improve, my teacher, who rests\n" .string "Until I improve, my teacher, who rests\n"
.string "here, will never find true peace…$" .string "here, will never find true peace…$"
+1 -1
View File
@@ -24,7 +24,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "2", "trainer_sight_or_berry_tree_id": "2",
"script": "MtPyre_5F_EventScript_231BC9", "script": "MtPyre_5F_EventScript_Atsushi",
"flag": "0" "flag": "0"
}, },
{ {
+8 -6
View File
@@ -1,21 +1,23 @@
MtPyre_5F_MapScripts:: @ 8231C6D MtPyre_5F_MapScripts:: @ 8231C6D
.byte 0 .byte 0
MtPyre_4F_EventScript_231C6E:: @ 8231C6E @ Seems like the scripts for the 4F and 5F were swapped
trainerbattle_single TRAINER_TASHA, MtPyre_4F_Text_231C85, MtPyre_4F_Text_231CDB
msgbox MtPyre_4F_Text_231CEE, MSGBOX_AUTOCLOSE MtPyre_4F_EventScript_Tasha:: @ 8231C6E
trainerbattle_single TRAINER_TASHA, MtPyre_4F_Text_TashaIntro, MtPyre_4F_Text_TashaDefeat
msgbox MtPyre_4F_Text_TashaPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_4F_Text_231C85: @ 8231C85 MtPyre_4F_Text_TashaIntro: @ 8231C85
.string "I love all things horrifying…\n" .string "I love all things horrifying…\n"
.string "It's like a disease…\p" .string "It's like a disease…\p"
.string "When I'm here…\n" .string "When I'm here…\n"
.string "I shiver with fear…$" .string "I shiver with fear…$"
MtPyre_4F_Text_231CDB: @ 8231CDB MtPyre_4F_Text_TashaDefeat: @ 8231CDB
.string "Losing, I dislike…$" .string "Losing, I dislike…$"
MtPyre_4F_Text_231CEE: @ 8231CEE MtPyre_4F_Text_TashaPostBattle: @ 8231CEE
.string "I want to see dreadful things…\n" .string "I want to see dreadful things…\n"
.string "I can't leave…\p" .string "I can't leave…\p"
.string "Stay…\n" .string "Stay…\n"
+2 -2
View File
@@ -24,7 +24,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "3", "trainer_sight_or_berry_tree_id": "3",
"script": "MtPyre_6F_EventScript_231D3B", "script": "MtPyre_6F_EventScript_Valerie",
"flag": "0" "flag": "0"
}, },
{ {
@@ -50,7 +50,7 @@
"movement_range_y": 1, "movement_range_y": 1,
"trainer_type": "1", "trainer_type": "1",
"trainer_sight_or_berry_tree_id": "3", "trainer_sight_or_berry_tree_id": "3",
"script": "MtPyre_6F_EventScript_231D9D", "script": "MtPyre_6F_EventScript_Cedric",
"flag": "0" "flag": "0"
} }
], ],
+23 -23
View File
@@ -1,69 +1,69 @@
MtPyre_6F_MapScripts:: @ 8231D3A MtPyre_6F_MapScripts:: @ 8231D3A
.byte 0 .byte 0
MtPyre_6F_EventScript_231D3B:: @ 8231D3B MtPyre_6F_EventScript_Valerie:: @ 8231D3B
trainerbattle_single TRAINER_VALERIE_1, MtPyre_6F_Text_231DB4, MtPyre_6F_Text_231DE2, MtPyre_6F_EventScript_231D67 trainerbattle_single TRAINER_VALERIE_1, MtPyre_6F_Text_ValerieIntro, MtPyre_6F_Text_ValerieDefeat, MtPyre_6F_EventScript_RegisterValerie
specialvar VAR_RESULT, ShouldTryRematchBattle specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1 compare VAR_RESULT, TRUE
goto_if_eq MtPyre_6F_EventScript_231D86 goto_if_eq MtPyre_6F_EventScript_RematchValerie
msgbox MtPyre_6F_Text_231DFC, MSGBOX_DEFAULT msgbox MtPyre_6F_Text_ValeriePostBattle, MSGBOX_DEFAULT
release release
end end
MtPyre_6F_EventScript_231D67:: @ 8231D67 MtPyre_6F_EventScript_RegisterValerie:: @ 8231D67
special PlayerFaceTrainerAfterBattle special PlayerFaceTrainerAfterBattle
waitmovement 0 waitmovement 0
msgbox MtPyre_6F_Text_231E43, MSGBOX_DEFAULT msgbox MtPyre_6F_Text_ValerieRegister, MSGBOX_DEFAULT
register_matchcall TRAINER_VALERIE_1 register_matchcall TRAINER_VALERIE_1
release release
end end
MtPyre_6F_EventScript_231D86:: @ 8231D86 MtPyre_6F_EventScript_RematchValerie:: @ 8231D86
trainerbattle_rematch TRAINER_VALERIE_1, MtPyre_6F_Text_231EB3, MtPyre_6F_Text_231ECB trainerbattle_rematch TRAINER_VALERIE_1, MtPyre_6F_Text_ValerieRematchIntro, MtPyre_6F_Text_ValerieRematchDefeat
msgbox MtPyre_6F_Text_231EE1, MSGBOX_AUTOCLOSE msgbox MtPyre_6F_Text_ValeriePostRematch, MSGBOX_AUTOCLOSE
end end
MtPyre_6F_EventScript_231D9D:: @ 8231D9D MtPyre_6F_EventScript_Cedric:: @ 8231D9D
trainerbattle_single TRAINER_CEDRIC, MtPyre_6F_Text_231F11, MtPyre_6F_Text_231F4A trainerbattle_single TRAINER_CEDRIC, MtPyre_6F_Text_CedricIntro, MtPyre_6F_Text_CedricDefeat
msgbox MtPyre_6F_Text_231F5C, MSGBOX_AUTOCLOSE msgbox MtPyre_6F_Text_CedricPostBattle, MSGBOX_AUTOCLOSE
end end
MtPyre_6F_Text_231DB4: @ 8231DB4 MtPyre_6F_Text_ValerieIntro: @ 8231DB4
.string "When I'm here…\n" .string "When I'm here…\n"
.string "A curious power flows into me…$" .string "A curious power flows into me…$"
MtPyre_6F_Text_231DE2: @ 8231DE2 MtPyre_6F_Text_ValerieDefeat: @ 8231DE2
.string "The power is ebbing away…$" .string "The power is ebbing away…$"
MtPyre_6F_Text_231DFC: @ 8231DFC MtPyre_6F_Text_ValeriePostBattle: @ 8231DFC
.string "Perhaps the power is from the spirits\n" .string "Perhaps the power is from the spirits\n"
.string "of POKéMON in fitful sleep here…$" .string "of POKéMON in fitful sleep here…$"
MtPyre_6F_Text_231E43: @ 8231E43 MtPyre_6F_Text_ValerieRegister: @ 8231E43
.string "Fufufu… I lost the match, but…\n" .string "Fufufu… I lost the match, but…\n"
.string "I have this little ability…\p" .string "I have this little ability…\p"
.string "Without ever laying my hands on\n" .string "Without ever laying my hands on\n"
.string "your POKéNAV… Hiyah!$" .string "your POKéNAV… Hiyah!$"
MtPyre_6F_Text_231EB3: @ 8231EB3 MtPyre_6F_Text_ValerieRematchIntro: @ 8231EB3
.string "Behind you…\n" .string "Behind you…\n"
.string "What is it…$" .string "What is it…$"
MtPyre_6F_Text_231ECB: @ 8231ECB MtPyre_6F_Text_ValerieRematchDefeat: @ 8231ECB
.string "Something faded away…$" .string "Something faded away…$"
MtPyre_6F_Text_231EE1: @ 8231EE1 MtPyre_6F_Text_ValeriePostRematch: @ 8231EE1
.string "The POKéMON at rest here…\n" .string "The POKéMON at rest here…\n"
.string "Sometimes, they play…$" .string "Sometimes, they play…$"
MtPyre_6F_Text_231F11: @ 8231F11 MtPyre_6F_Text_CedricIntro: @ 8231F11
.string "Have you lost your bearings?\n" .string "Have you lost your bearings?\n"
.string "Have no fear for I am here!$" .string "Have no fear for I am here!$"
MtPyre_6F_Text_231F4A: @ 8231F4A MtPyre_6F_Text_CedricDefeat: @ 8231F4A
.string "Weren't you lost?$" .string "Weren't you lost?$"
MtPyre_6F_Text_231F5C: @ 8231F5C MtPyre_6F_Text_CedricPostBattle: @ 8231F5C
.string "I had this feeling that a lost TRAINER\n" .string "I had this feeling that a lost TRAINER\n"
.string "would be panicked and easy to beat.\p" .string "would be panicked and easy to beat.\p"
.string "It's dirty and I won't try it again…$" .string "It's dirty and I won't try it again…$"
+5 -5
View File
@@ -72,7 +72,7 @@
"elevation": 3, "elevation": 3,
"var": "0", "var": "0",
"var_value": "0", "var_value": "0",
"script": "MtPyre_Exterior_EventScript_231FED" "script": "MtPyre_Exterior_EventScript_FogTrigger"
}, },
{ {
"type": "trigger", "type": "trigger",
@@ -81,7 +81,7 @@
"elevation": 3, "elevation": 3,
"var": "0", "var": "0",
"var_value": "0", "var_value": "0",
"script": "MtPyre_Exterior_EventScript_231FED" "script": "MtPyre_Exterior_EventScript_FogTrigger"
}, },
{ {
"type": "trigger", "type": "trigger",
@@ -90,7 +90,7 @@
"elevation": 3, "elevation": 3,
"var": "0", "var": "0",
"var_value": "0", "var_value": "0",
"script": "MtPyre_Exterior_EventScript_231FF2" "script": "MtPyre_Exterior_EventScript_SunTrigger"
}, },
{ {
"type": "trigger", "type": "trigger",
@@ -99,7 +99,7 @@
"elevation": 3, "elevation": 3,
"var": "0", "var": "0",
"var_value": "0", "var_value": "0",
"script": "MtPyre_Exterior_EventScript_231FF2" "script": "MtPyre_Exterior_EventScript_SunTrigger"
}, },
{ {
"type": "trigger", "type": "trigger",
@@ -108,7 +108,7 @@
"elevation": 3, "elevation": 3,
"var": "0", "var": "0",
"var_value": "0", "var_value": "0",
"script": "MtPyre_Exterior_EventScript_231FED" "script": "MtPyre_Exterior_EventScript_FogTrigger"
} }
], ],
"bg_events": [ "bg_events": [
+6 -6
View File
@@ -3,25 +3,25 @@ MtPyre_Exterior_MapScripts:: @ 8231FCC
.byte 0 .byte 0
MtPyre_Exterior_OnTransition: @ 8231FD2 MtPyre_Exterior_OnTransition: @ 8231FD2
call MtPyre_Exterior_EventScript_231FD8 call MtPyre_Exterior_EventScript_CheckEnterFromSummit
end end
MtPyre_Exterior_EventScript_231FD8:: @ 8231FD8 MtPyre_Exterior_EventScript_CheckEnterFromSummit:: @ 8231FD8
getplayerxy VAR_TEMP_0, VAR_TEMP_1 getplayerxy VAR_TEMP_0, VAR_TEMP_1
compare VAR_TEMP_1, 12 compare VAR_TEMP_1, 12
goto_if_lt MtPyre_Exterior_EventScript_231FE9 goto_if_lt MtPyre_Exterior_EventScript_EnterFromSummit
return return
MtPyre_Exterior_EventScript_231FE9:: @ 8231FE9 MtPyre_Exterior_EventScript_EnterFromSummit:: @ 8231FE9
setweather WEATHER_FOG_1 setweather WEATHER_FOG_1
return return
MtPyre_Exterior_EventScript_231FED:: @ 8231FED MtPyre_Exterior_EventScript_FogTrigger:: @ 8231FED
setweather WEATHER_FOG_1 setweather WEATHER_FOG_1
doweather doweather
end end
MtPyre_Exterior_EventScript_231FF2:: @ 8231FF2 MtPyre_Exterior_EventScript_SunTrigger:: @ 8231FF2
setweather WEATHER_SUNNY setweather WEATHER_SUNNY
doweather doweather
end end