14 lines
340 B
PHP
Raw Normal View History

2017-11-09 19:21:31 -06:00
SkyPillar_5F_MapScripts:: @ 82396A2
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_5F_OnTransition
2017-11-09 19:21:31 -06:00
.byte 0
SkyPillar_5F_OnTransition: @ 82396A8
compare VAR_SKY_PILLAR_STATE, 2
2019-04-16 10:40:32 -04:00
call_if_lt SkyPillar_5F_EventScript_CleanFloor
2017-11-09 19:21:31 -06:00
return
2019-04-16 10:40:32 -04:00
SkyPillar_5F_EventScript_CleanFloor:: @ 82396B4
setmaplayoutindex LAYOUT_SKY_PILLAR_5F_CLEAN
2017-11-09 19:21:31 -06:00
return