14 lines
307 B
PHP
Raw Normal View History

2021-07-20 15:18:31 -04:00
SkyPillar_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_1F_OnTransition
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
SkyPillar_1F_OnTransition:
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
2021-07-20 15:18:31 -04:00
SkyPillar_1F_EventScript_CleanFloor::
setmaplayoutindex LAYOUT_SKY_PILLAR_1F_CLEAN
2017-11-09 19:21:31 -06:00
return