mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
25 lines
783 B
PHP
25 lines
783 B
PHP
|
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.$"
|