pokeemerald/data/maps/ScorchedSlab/scripts.inc

9 lines
170 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
ScorchedSlab_MapScripts::
2019-04-05 01:28:37 +02:00
map_script MAP_SCRIPT_ON_TRANSITION, ScorchedSlab_OnTransition
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
ScorchedSlab_OnTransition:
2017-12-27 04:20:29 +01:00
setflag FLAG_LANDMARK_SCORCHED_SLAB
2017-11-10 02:21:31 +01:00
end