mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
901a83d249
Include decorations.h in shop.c Include decorations.h in event_scripts.s
14 lines
340 B
PHP
14 lines
340 B
PHP
SkyPillar_5F_MapScripts:: @ 82396A2
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_5F_OnTransition
|
|
.byte 0
|
|
|
|
SkyPillar_5F_OnTransition: @ 82396A8
|
|
compare VAR_SKY_PILLAR_STATE, 2
|
|
call_if_lt SkyPillar_5F_EventScript_CleanFloor
|
|
return
|
|
|
|
SkyPillar_5F_EventScript_CleanFloor:: @ 82396B4
|
|
setmaplayoutindex LAYOUT_SKY_PILLAR_5F_CLEAN
|
|
return
|
|
|