From 2a2db28e57e78eb8861997422f998378d91bf9dc Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 18 Feb 2020 18:13:31 -0500 Subject: Split connection field from graphics id in object events --- data/maps/Route4/map.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/maps/Route4/map.json') diff --git a/data/maps/Route4/map.json b/data/maps/Route4/map.json index 7fcf32a5d..cc47f14dc 100644 --- a/data/maps/Route4/map.json +++ b/data/maps/Route4/map.json @@ -105,7 +105,8 @@ "flag": "0" }, { - "graphics_id": "65321", + "graphics_id": "OBJECT_EVENT_GFX_COOLTRAINER_M", + "in_connection": 255, "x": 109, "y": 3, "elevation": 12, -- cgit v1.2.3 From 3e806419156cd1b57f8c6c1b215f836b467c723a Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 18 Feb 2020 19:52:37 -0500 Subject: in_connection to bool --- data/maps/Route4/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/maps/Route4/map.json') diff --git a/data/maps/Route4/map.json b/data/maps/Route4/map.json index cc47f14dc..051a2ca50 100644 --- a/data/maps/Route4/map.json +++ b/data/maps/Route4/map.json @@ -106,7 +106,7 @@ }, { "graphics_id": "OBJECT_EVENT_GFX_COOLTRAINER_M", - "in_connection": 255, + "in_connection": true, "x": 109, "y": 3, "elevation": 12, -- cgit v1.2.3