14 lines
337 B
PHP
Raw Normal View History

2017-11-09 19:21:31 -06:00
SkyPillar_3F_MapScripts:: @ 823965B
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_3F_OnTransition
2017-11-09 19:21:31 -06:00
.byte 0
SkyPillar_3F_OnTransition: @ 8239661
compare VAR_SKY_PILLAR_STATE, 2
2019-04-16 10:40:32 -04:00
call_if_lt SkyPillar_3F_EventScript_CleanFloor
2017-11-09 19:21:31 -06:00
end
2019-04-16 10:40:32 -04:00
SkyPillar_3F_EventScript_CleanFloor:: @ 823966D
setmaplayoutindex LAYOUT_SKY_PILLAR_3F_CLEAN
2017-11-09 19:21:31 -06:00
return