summaryrefslogtreecommitdiff
path: root/data/scripts/mevent_altering_cave.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-17 03:00:48 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-17 03:00:48 -0400
commitece7ef3410eb9b114cf328426c4fc16c972f71c6 (patch)
tree1a6b3b96d60ccb13e4695e4c8ad1f9b56e9a3971 /data/scripts/mevent_altering_cave.inc
parentd0455485c3ea862d4089b2b4bb02bb00f3005599 (diff)
Correct usage of MysteryEvent to MysteryGift
Diffstat (limited to 'data/scripts/mevent_altering_cave.inc')
-rw-r--r--data/scripts/mevent_altering_cave.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/data/scripts/mevent_altering_cave.inc b/data/scripts/mevent_altering_cave.inc
deleted file mode 100644
index 7e9b0a758..000000000
--- a/data/scripts/mevent_altering_cave.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-MysteryEventScript_AlteringCave::
- setvaddress MysteryEventScript_AlteringCave
- addvar VAR_ALTERING_CAVE_WILD_SET, 1
- compare VAR_ALTERING_CAVE_WILD_SET, 10
- vgoto_if_ne MysteryEventScript_AlteringCave_
- setvar VAR_ALTERING_CAVE_WILD_SET, 0
-MysteryEventScript_AlteringCave_:
- 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.$"