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
+1 -1
View File
@@ -24,7 +24,7 @@
"movement_range_y": 1,
"trainer_type": "1",
"trainer_sight_or_berry_tree_id": "2",
"script": "MtPyre_4F_EventScript_231C6E",
"script": "MtPyre_4F_EventScript_Tasha",
"flag": "0"
},
{
+8 -6
View File
@@ -1,20 +1,22 @@
MtPyre_4F_MapScripts:: @ 8231BC8
.byte 0
MtPyre_5F_EventScript_231BC9:: @ 8231BC9
trainerbattle_single TRAINER_ATSUSHI, MtPyre_5F_Text_231BE0, MtPyre_5F_Text_231C08
msgbox MtPyre_5F_Text_231C24, MSGBOX_AUTOCLOSE
@ Seems like the scripts for the 4F and 5F were swapped
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
MtPyre_5F_Text_231BE0: @ 8231BE0
MtPyre_5F_Text_AtsushiIntro: @ 8231BE0
.string "Teacher…\n"
.string "Please watch over my progress!$"
MtPyre_5F_Text_231C08: @ 8231C08
MtPyre_5F_Text_AtsushiDefeat: @ 8231C08
.string "Teacher…\n"
.string "Please forgive me!$"
MtPyre_5F_Text_231C24: @ 8231C24
MtPyre_5F_Text_AtsushiPostBattle: @ 8231C24
.string "Until I improve, my teacher, who rests\n"
.string "here, will never find true peace…$"