13 lines
299 B
PHP
Raw Permalink 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:
call_if_lt VAR_SKY_PILLAR_STATE, 2, 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