diff options
| author | garak <garakmon@gmail.com> | 2019-12-17 21:09:15 -0500 |
|---|---|---|
| committer | garak <garakmon@gmail.com> | 2019-12-17 21:35:09 -0500 |
| commit | 8ee35bc615de6a00a3938f8d9eef88c7e900a203 (patch) | |
| tree | 62b5362866f2240e4443b52635d2aaa721e81bb0 /data/maps/SevenIsland_TanobyRuins | |
| parent | fabe354c015e0d587353093debafff6f44d6ab07 (diff) | |
*actual* final pass at unifying on object event
Diffstat (limited to 'data/maps/SevenIsland_TanobyRuins')
| -rw-r--r-- | data/maps/SevenIsland_TanobyRuins/map.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/SevenIsland_TanobyRuins/map.json b/data/maps/SevenIsland_TanobyRuins/map.json index 812fa7fc3..619d30729 100644 --- a/data/maps/SevenIsland_TanobyRuins/map.json +++ b/data/maps/SevenIsland_TanobyRuins/map.json @@ -20,7 +20,7 @@ ], "object_events": [ { - "graphics_id": "MAP_OBJ_GFX_HIKER", + "graphics_id": "OBJECT_EVENT_GFX_HIKER", "x": 35, "y": 7, "elevation": 3, @@ -33,7 +33,7 @@ "flag": "0" }, { - "graphics_id": "MAP_OBJ_GFX_HIKER", + "graphics_id": "OBJECT_EVENT_GFX_HIKER", "x": 121, "y": 11, "elevation": 3, @@ -46,7 +46,7 @@ "flag": "0" }, { - "graphics_id": "MAP_OBJ_GFX_LASS", + "graphics_id": "OBJECT_EVENT_GFX_LASS", "x": 85, "y": 8, "elevation": 3, @@ -59,7 +59,7 @@ "flag": "0" }, { - "graphics_id": "MAP_OBJ_GFX_GENTLEMAN", + "graphics_id": "OBJECT_EVENT_GFX_GENTLEMAN", "x": 85, "y": 5, "elevation": 3, |
