blob: 47d02fb61b088890fc21a398cd1f8d7a08801342 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SkyPillar_5F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_5F_OnTransition
.byte 0
SkyPillar_5F_OnTransition:
call_if_lt VAR_SKY_PILLAR_STATE, 2, SkyPillar_5F_EventScript_CleanFloor
return
SkyPillar_5F_EventScript_CleanFloor::
setmaplayoutindex LAYOUT_SKY_PILLAR_5F_CLEAN
return
|