summaryrefslogtreecommitdiff
path: root/data/maps/MtPyre_1F/scripts.inc
diff options
context:
space:
mode:
authorGarak <thomastaps194@comcast.net>2018-07-04 11:11:45 -0400
committerGitHub <noreply@github.com>2018-07-04 11:11:45 -0400
commite06b63efc9ea39875b17f00e5ff20c2e0fcb0415 (patch)
treee8d37347ae000823943ef57973dc34dd98633b40 /data/maps/MtPyre_1F/scripts.inc
parent9acd55ae4f9e455a92765aaee5929240097f9f8f (diff)
parentefebc51972b23ddffa2700b1dd6895d4728646a3 (diff)
Merge pull request #1 from pret/master
synching with source repo
Diffstat (limited to 'data/maps/MtPyre_1F/scripts.inc')
-rw-r--r--data/maps/MtPyre_1F/scripts.inc49
1 files changed, 49 insertions, 0 deletions
diff --git a/data/maps/MtPyre_1F/scripts.inc b/data/maps/MtPyre_1F/scripts.inc
new file mode 100644
index 000000000..51c8a88fb
--- /dev/null
+++ b/data/maps/MtPyre_1F/scripts.inc
@@ -0,0 +1,49 @@
+MtPyre_1F_MapScripts:: @ 8230F3E
+ .byte 0
+
+MtPyre_1F_EventScript_230F3F:: @ 8230F3F
+ lock
+ faceplayer
+ checkflag FLAG_0x11A
+ goto_eq MtPyre_1F_EventScript_230F6E
+ msgbox MtPyre_1F_Text_230F8A, 4
+ giveitem_std ITEM_CLEANSE_TAG
+ compare VAR_RESULT, 0
+ goto_eq MtPyre_1F_EventScript_272054
+ setflag FLAG_0x11A
+ release
+ end
+
+MtPyre_1F_EventScript_230F6E:: @ 8230F6E
+ msgbox MtPyre_1F_Text_231005, 4
+ release
+ end
+
+MtPyre_1F_EventScript_230F78:: @ 8230F78
+ msgbox MtPyre_1F_Text_23104F, 2
+ end
+
+MtPyre_1F_EventScript_230F81:: @ 8230F81
+ msgbox MtPyre_1F_Text_2310BA, 2
+ end
+
+MtPyre_1F_Text_230F8A: @ 8230F8A
+ .string "All sorts of beings wander the slopes\n"
+ .string "of MT. PYRE…\p"
+ .string "There is no telling what may happen.\n"
+ .string "Take this. It’s for your own good.$"
+
+MtPyre_1F_Text_231005: @ 8231005
+ .string "Have a POKéMON hold that\n"
+ .string "CLEANSE TAG.\p"
+ .string "It will help ward off wild POKéMON.$"
+
+MtPyre_1F_Text_23104F: @ 823104F
+ .string "Did you come to pay your respect\n"
+ .string "to the spirits of departed POKéMON?\p"
+ .string "You must care for your POKéMON a lot.$"
+
+MtPyre_1F_Text_2310BA: @ 82310BA
+ .string "This is the final resting place of my\n"
+ .string "ZIGZAGOON. I cherished it…$"
+