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/Route21_North/map.json | |
| parent | f9c1b6101495f09cf797cf0cb466ec4cc5838e72 (diff) | |
Split connection field from graphics id in object events
Diffstat (limited to 'data/maps/Route21_North/map.json')
| -rw-r--r-- | data/maps/Route21_North/map.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/maps/Route21_North/map.json b/data/maps/Route21_North/map.json index 06767be42..b86af1cbf 100644 --- a/data/maps/Route21_North/map.json +++ b/data/maps/Route21_North/map.json @@ -92,9 +92,10 @@ "flag": "0" }, { - "graphics_id": "65307", + "graphics_id": "OBJECT_EVENT_GFX_FAT_MAN", + "in_connection": 255, "x": 13, - "y": 65533, + "y": -3, "elevation": 2, "movement_type": "MOVEMENT_TYPE_NONE", "movement_range_x": 0, |
