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_3F_MapScripts:: @ 823965B
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_3F_OnTransition
|
|
.byte 0
|
|
|
|
SkyPillar_3F_OnTransition: @ 8239661
|
|
compare VAR_SKY_PILLAR_STATE, 2
|
|
call_if_lt SkyPillar_3F_EventScript_CleanFloor
|
|
end
|
|
|
|
SkyPillar_3F_EventScript_CleanFloor:: @ 823966D
|
|
setmaplayoutindex LAYOUT_SKY_PILLAR_3F_CLEAN
|
|
return
|
|
|