diff options
Diffstat (limited to 'data/scripts/maps/SkyPillar_Top.inc')
-rw-r--r-- | data/scripts/maps/SkyPillar_Top.inc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/scripts/maps/SkyPillar_Top.inc b/data/scripts/maps/SkyPillar_Top.inc new file mode 100644 index 000000000..b28d89d93 --- /dev/null +++ b/data/scripts/maps/SkyPillar_Top.inc @@ -0,0 +1,28 @@ +SkyPillar_Top_MapScripts:: @ 815F302 + map_script 5, SkyPillar_Top_MapScript1_15F308 + .byte 0 + +SkyPillar_Top_MapScript1_15F308:: @ 815F308 + checkflag 2145 + callif 1, SkyPillar_Top_EventScript_15F312 + end + +SkyPillar_Top_EventScript_15F312:: @ 815F312 + disappear LAST_TALKED + return + +SkyPillar_Top_EventScript_15F316:: @ 815F316 + lock + faceplayer + setwildbattle SPECIES_RAYQUAZA, 70, ITEM_NONE + checksound + pokecry SPECIES_RAYQUAZA, 2 + pause 40 + waitpokecry + setflag 773 + setflag 2145 + special 312 + waitstate + clearflag 2145 + release + end |