summaryrefslogtreecommitdiff
path: root/data/maps/scripts/MtPyre_1F.inc
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-11-11 16:10:17 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-11-11 16:10:17 -0600
commitf497c1508bb285fb0a7065df2ca2168ec6fac14b (patch)
tree856eaaf0138d198a1f9f3d7d7466d3d522af7fcb /data/maps/scripts/MtPyre_1F.inc
parent2e40384fa22725de06a5293454b8962ab4de8f4d (diff)
Split files from event_scripts.s
Also move maps/scripts to scripts/maps
Diffstat (limited to 'data/maps/scripts/MtPyre_1F.inc')
-rw-r--r--data/maps/scripts/MtPyre_1F.inc49
1 files changed, 0 insertions, 49 deletions
diff --git a/data/maps/scripts/MtPyre_1F.inc b/data/maps/scripts/MtPyre_1F.inc
deleted file mode 100644
index 088290bd3..000000000
--- a/data/maps/scripts/MtPyre_1F.inc
+++ /dev/null
@@ -1,49 +0,0 @@
-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_to_value 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…$"
-