mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
170 B
PHP
9 lines
170 B
PHP
ScorchedSlab_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, ScorchedSlab_OnTransition
|
|
.byte 0
|
|
|
|
ScorchedSlab_OnTransition:
|
|
setflag FLAG_LANDMARK_SCORCHED_SLAB
|
|
end
|
|
|