diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 17:41:41 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:21 -0500 |
| commit | 135a11e50eba1e12108e5c2025f534e3bd0cc722 (patch) | |
| tree | a66f9a02270e19015825c6cb8acf04bcabfe5a23 /data/maps/MtPyre_4F/scripts.inc | |
| parent | 89d35e82a27c7328bf5987b4993b3456bb78f440 (diff) | |
Move events and scripts into map dirs
Diffstat (limited to 'data/maps/MtPyre_4F/scripts.inc')
| -rw-r--r-- | data/maps/MtPyre_4F/scripts.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/maps/MtPyre_4F/scripts.inc b/data/maps/MtPyre_4F/scripts.inc new file mode 100644 index 000000000..0573e0f11 --- /dev/null +++ b/data/maps/MtPyre_4F/scripts.inc @@ -0,0 +1,20 @@ +MtPyre_4F_MapScripts:: @ 8231BC8 + .byte 0 + +MtPyre_5F_EventScript_231BC9:: @ 8231BC9 + trainerbattle 0, TRAINER_ATSUSHI, 0, MtPyre_5F_Text_231BE0, MtPyre_5F_Text_231C08 + msgbox MtPyre_5F_Text_231C24, 6 + end + +MtPyre_5F_Text_231BE0: @ 8231BE0 + .string "Teacher…\n" + .string "Please watch over my progress!$" + +MtPyre_5F_Text_231C08: @ 8231C08 + .string "Teacher…\n" + .string "Please forgive me!$" + +MtPyre_5F_Text_231C24: @ 8231C24 + .string "Until I improve, my teacher, who rests\n" + .string "here, will never find true peace…$" + |
