diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-11-21 01:15:34 -0500 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2020-02-12 18:35:27 -0600 |
| commit | 98ca62cf91e7e0bd33f09edfc848a62061015aee (patch) | |
| tree | 6902d9b2183b6f0a379bf141ed3f88b1e2a36598 /data/maps/Route130 | |
| parent | 6356dc03c1736df6ba25f2bc999e211d8e30a9f0 (diff) | |
Standardize Event Object to Object Event
Diffstat (limited to 'data/maps/Route130')
| -rw-r--r-- | data/maps/Route130/map.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/Route130/map.json b/data/maps/Route130/map.json index 9dee253e1..050f1dd3b 100644 --- a/data/maps/Route130/map.json +++ b/data/maps/Route130/map.json @@ -23,7 +23,7 @@ ], "object_events": [ { - "graphics_id": "EVENT_OBJ_GFX_SWIMMER_M", + "graphics_id": "OBJ_EVENT_GFX_SWIMMER_M", "x": 7, "y": 26, "elevation": 1, @@ -36,7 +36,7 @@ "flag": "0" }, { - "graphics_id": "EVENT_OBJ_GFX_SWIMMER_F", + "graphics_id": "OBJ_EVENT_GFX_SWIMMER_F", "x": 68, "y": 22, "elevation": 1, @@ -49,7 +49,7 @@ "flag": "0" }, { - "graphics_id": "EVENT_OBJ_GFX_BERRY_TREE", + "graphics_id": "OBJ_EVENT_GFX_BERRY_TREE", "x": 52, "y": 9, "elevation": 3, @@ -65,4 +65,4 @@ "warp_events": [], "coord_events": [], "bg_events": [] -}
\ No newline at end of file +} |
