diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-23 17:00:12 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-23 17:00:12 -0500 |
commit | 1fc8db43b7254f7445b335cec22c7406edb1902d (patch) | |
tree | c09e2407f6750104d19ca73a6edbf73e25c64f2b /data/maps/OneIsland_Harbor | |
parent | 9aaafa84871e7bcc553d3eda680415545a337eee (diff) |
Sync object event gfx constants
Diffstat (limited to 'data/maps/OneIsland_Harbor')
-rw-r--r-- | data/maps/OneIsland_Harbor/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/OneIsland_Harbor/map.json b/data/maps/OneIsland_Harbor/map.json index a505aa5d0..fd3210c7e 100644 --- a/data/maps/OneIsland_Harbor/map.json +++ b/data/maps/OneIsland_Harbor/map.json @@ -16,7 +16,7 @@ "connections": null, "object_events": [ { - "graphics_id": "OBJECT_EVENT_GFX_SEAGALLOP", + "graphics_id": "OBJ_EVENT_GFX_SEAGALLOP", "x": 8, "y": 9, "elevation": 0, @@ -29,7 +29,7 @@ "flag": "0" }, { - "graphics_id": "OBJECT_EVENT_GFX_SAILOR", + "graphics_id": "OBJ_EVENT_GFX_SAILOR", "x": 8, "y": 6, "elevation": 3, |