summaryrefslogtreecommitdiff
path: root/data/scripts/mevent_altering_cave.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-06 19:49:14 -0500
committerGitHub <noreply@github.com>2019-11-06 19:49:14 -0500
commit2b944fd7213baa0d54003e0b876c4e3e5df4dfbd (patch)
treea6b514e610ec3ef32e597f1917c77d34f5e272e8 /data/scripts/mevent_altering_cave.inc
parent25d026aded10c9a9567d214e46bf41ff4153eb46 (diff)
parent1475c4d8da2e27734aa5a738e2287222c1e21386 (diff)
Merge branch 'master' into doc-trickhouse
Diffstat (limited to 'data/scripts/mevent_altering_cave.inc')
-rw-r--r--data/scripts/mevent_altering_cave.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/scripts/mevent_altering_cave.inc b/data/scripts/mevent_altering_cave.inc
new file mode 100644
index 000000000..072005934
--- /dev/null
+++ b/data/scripts/mevent_altering_cave.inc
@@ -0,0 +1,24 @@
+MysteryEventScript_AlteringCave:: @ 86756E3
+ setvaddress MysteryEventScript_AlteringCave
+ addvar VAR_ALTERING_CAVE_WILD_SET, 1
+ compare_var_to_value VAR_ALTERING_CAVE_WILD_SET, 10
+ vgoto_if_ne MysteryEventScript_AlteringCave_
+ setvar VAR_ALTERING_CAVE_WILD_SET, 0
+MysteryEventScript_AlteringCave_: @ 86756FD
+ lock
+ faceplayer
+ vmessage sText_MysteryGiftAlteringCave
+ waitmessage
+ waitbuttonpress
+ release
+ end
+
+sText_MysteryGiftAlteringCave::
+ .string "Thank you for using the MYSTERY\n"
+ .string "GIFT System.\p"
+ .string "There appears to be a rumor about\n"
+ .string "rare POKéMON sightings.\p"
+ .string "The sightings reportedly came from\n"
+ .string "the ALTERING CAVE on ROUTE 103.\p"
+ .string "Perhaps it would be worthwhile for\n"
+ .string "you to investigate this rumor.$"