diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-18 18:13:31 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-18 18:13:31 -0500 |
| commit | 2a2db28e57e78eb8861997422f998378d91bf9dc (patch) | |
| tree | 74fa03c07d5e1af660431ce235042ffbf1309526 /data/maps/Route2 | |
| parent | f9c1b6101495f09cf797cf0cb466ec4cc5838e72 (diff) | |
Split connection field from graphics id in object events
Diffstat (limited to 'data/maps/Route2')
| -rw-r--r-- | data/maps/Route2/map.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/Route2/map.json b/data/maps/Route2/map.json index 008be4a9f..2c09a3474 100644 --- a/data/maps/Route2/map.json +++ b/data/maps/Route2/map.json @@ -105,7 +105,8 @@ "flag": "FLAG_HIDE_ROUTE2_PARALYZE_HEAL" }, { - "graphics_id": "65375", + "graphics_id": "OBJECT_EVENT_GFX_CUT_TREE", + "in_connection": 255, "x": 6, "y": 85, "elevation": 8, |
