summaryrefslogtreecommitdiff
path: root/data/maps/ScorchedSlab
diff options
context:
space:
mode:
authorFontbane <fontbane@gmail.com>2019-04-03 14:13:11 -0400
committerhuderlem <huderlem@gmail.com>2019-04-04 19:34:35 -0500
commit90e32f4ec57f6597dc02b11dcae54b14e9d4ceaa (patch)
tree6fba8384d56f670dbef9a837639215af95558618 /data/maps/ScorchedSlab
parent704f025a00e32a910b6fd70a54511844e755663f (diff)
Document landmark setting and item balls
Diffstat (limited to 'data/maps/ScorchedSlab')
-rw-r--r--data/maps/ScorchedSlab/map.json2
-rw-r--r--data/maps/ScorchedSlab/scripts.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/ScorchedSlab/map.json b/data/maps/ScorchedSlab/map.json
index 304ebd676..5abcf9adf 100644
--- a/data/maps/ScorchedSlab/map.json
+++ b/data/maps/ScorchedSlab/map.json
@@ -24,7 +24,7 @@
"movement_range_y": 0,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
- "script": "ScorchedSlab_EventScript_2912AF",
+ "script": "ScorchedSlab_EventScript_ItemTM11",
"flag": "FLAG_ITEM_SCORCHED_SLAB_TM_11"
}
],
diff --git a/data/maps/ScorchedSlab/scripts.inc b/data/maps/ScorchedSlab/scripts.inc
index 62a546780..3d6aa1cfe 100644
--- a/data/maps/ScorchedSlab/scripts.inc
+++ b/data/maps/ScorchedSlab/scripts.inc
@@ -1,8 +1,8 @@
ScorchedSlab_MapScripts:: @ 8239291
- map_script MAP_SCRIPT_ON_TRANSITION, ScorchedSlab_MapScript1_239297
+ map_script MAP_SCRIPT_ON_TRANSITION, ScorchedSlab_MapScript1_SetLandmark
.byte 0
-ScorchedSlab_MapScript1_239297: @ 8239297
+ScorchedSlab_MapScript1_SetLandmark: @ 8239297
setflag FLAG_LANDMARK_SCORCHED_SLAB
end