14 lines
337 B
PHP
Raw Normal View History

2017-11-09 19:21:31 -06:00
SkyPillar_1F_MapScripts:: @ 8239615
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_1F_OnTransition
2017-11-09 19:21:31 -06:00
.byte 0
SkyPillar_1F_OnTransition: @ 823961B
compare VAR_SKY_PILLAR_STATE, 2
2019-04-16 10:40:32 -04:00
call_if_lt SkyPillar_1F_EventScript_CleanFloor
2017-11-09 19:21:31 -06:00
end
2019-04-16 10:40:32 -04:00
SkyPillar_1F_EventScript_CleanFloor:: @ 8239627
setmaplayoutindex LAYOUT_SKY_PILLAR_1F_CLEAN
2017-11-09 19:21:31 -06:00
return