diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-19 14:49:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-19 14:49:14 -0500 |
| commit | 4280723f0ef24ff218cb81fd4ce8eb7abf063d34 (patch) | |
| tree | 490c6f22a1311ea234d09949704c7ec1215731c7 /data/maps/Route15/map.json | |
| parent | 57cf3a4bfb521e8a5ea4c85744b4789ea7d38215 (diff) | |
| parent | 3e806419156cd1b57f8c6c1b215f836b467c723a (diff) | |
Merge pull request #260 from GriffinRichards/doc-connection
Split connection field from graphics id in object events
Diffstat (limited to 'data/maps/Route15/map.json')
| -rw-r--r-- | data/maps/Route15/map.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/Route15/map.json b/data/maps/Route15/map.json index bc368ca01..fc65f0932 100644 --- a/data/maps/Route15/map.json +++ b/data/maps/Route15/map.json @@ -196,7 +196,8 @@ "flag": "0" }, { - "graphics_id": "65375", + "graphics_id": "OBJECT_EVENT_GFX_CUT_TREE", + "in_connection": true, "x": 73, "y": 7, "elevation": 13, |
