diff options
Diffstat (limited to 'data/maps/scripts/SkyPillar_Top.s')
-rw-r--r-- | data/maps/scripts/SkyPillar_Top.s | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/data/maps/scripts/SkyPillar_Top.s b/data/maps/scripts/SkyPillar_Top.s deleted file mode 100644 index 970725bf8..000000000 --- a/data/maps/scripts/SkyPillar_Top.s +++ /dev/null @@ -1,29 +0,0 @@ -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 - |