mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-30 14:20:42 +01:00
14 lines
310 B
C++
14 lines
310 B
C++
SkyPillar_5F_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_5F_OnTransition
|
|
.byte 0
|
|
|
|
SkyPillar_5F_OnTransition:
|
|
compare VAR_SKY_PILLAR_STATE, 2
|
|
call_if_lt SkyPillar_5F_EventScript_CleanFloor
|
|
return
|
|
|
|
SkyPillar_5F_EventScript_CleanFloor::
|
|
setmaplayoutindex LAYOUT_SKY_PILLAR_5F_CLEAN
|
|
return
|
|
|