mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
901a83d249
Include decorations.h in shop.c Include decorations.h in event_scripts.s
14 lines
337 B
PHP
14 lines
337 B
PHP
SkyPillar_1F_MapScripts:: @ 8239615
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_1F_OnTransition
|
|
.byte 0
|
|
|
|
SkyPillar_1F_OnTransition: @ 823961B
|
|
compare VAR_SKY_PILLAR_STATE, 2
|
|
call_if_lt SkyPillar_1F_EventScript_CleanFloor
|
|
end
|
|
|
|
SkyPillar_1F_EventScript_CleanFloor:: @ 8239627
|
|
setmaplayoutindex LAYOUT_SKY_PILLAR_1F_CLEAN
|
|
return
|
|
|