mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 04:04:17 +01:00
13 lines
299 B
C++
13 lines
299 B
C++
SkyPillar_1F_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_1F_OnTransition
|
|
.byte 0
|
|
|
|
SkyPillar_1F_OnTransition:
|
|
call_if_lt VAR_SKY_PILLAR_STATE, 2, SkyPillar_1F_EventScript_CleanFloor
|
|
end
|
|
|
|
SkyPillar_1F_EventScript_CleanFloor::
|
|
setmaplayoutindex LAYOUT_SKY_PILLAR_1F_CLEAN
|
|
return
|
|
|