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/Route7 | |
| 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/Route7')
| -rw-r--r-- | data/maps/Route7/map.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/maps/Route7/map.json b/data/maps/Route7/map.json index e935d2d28..6aaffd6fc 100644 --- a/data/maps/Route7/map.json +++ b/data/maps/Route7/map.json @@ -27,8 +27,9 @@ ], "object_events": [ { - "graphics_id": "65375", - "x": 65528, + "graphics_id": "OBJECT_EVENT_GFX_CUT_TREE", + "in_connection": true, + "x": -8, "y": 12, "elevation": 10, "movement_type": "MOVEMENT_TYPE_NONE", |
