diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 15:05:51 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 15:05:51 -0400 |
| commit | d98d4d887c16e8fa13360e3f243bf019844d3c41 (patch) | |
| tree | 729ebda526ec73161b3a1a85547a80b157d598e1 /data/maps/ThreeIsland_Port | |
| parent | 1449c71364c65e30be434923ef6b89836bdaafa6 (diff) | |
Set map.json files with map_obj_gfx constants
Diffstat (limited to 'data/maps/ThreeIsland_Port')
| -rw-r--r-- | data/maps/ThreeIsland_Port/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/ThreeIsland_Port/map.json b/data/maps/ThreeIsland_Port/map.json index bbc809fc1..87552c5f8 100644 --- a/data/maps/ThreeIsland_Port/map.json +++ b/data/maps/ThreeIsland_Port/map.json @@ -20,7 +20,7 @@ ], "object_events": [ { - "graphics_id": "31", + "graphics_id": "MAP_OBJ_GFX_WOMAN_3", "x": 14, "y": 9, "elevation": 3, @@ -33,7 +33,7 @@ "flag": "0" }, { - "graphics_id": "53", + "graphics_id": "MAP_OBJ_GFX_BIKER", "x": 8, "y": 8, "elevation": 3, @@ -46,7 +46,7 @@ "flag": "121" }, { - "graphics_id": "53", + "graphics_id": "MAP_OBJ_GFX_BIKER", "x": 13, "y": 10, "elevation": 3, |
