blob: d659a23c1e83d2d4cd9a1c29fead37ca0e370824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 ScrSpecial_StartRayquazaBattle
waitstate
clearflag 2145
release
end
|