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/Route1 | |
parent | 9aaafa84871e7bcc553d3eda680415545a337eee (diff) |
Sync object event gfx constants
Diffstat (limited to 'data/maps/Route1')
-rw-r--r-- | data/maps/Route1/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route1/map.json b/data/maps/Route1/map.json index d8af63766..fab0ef1f1 100644 --- a/data/maps/Route1/map.json +++ b/data/maps/Route1/map.json @@ -27,7 +27,7 @@ ], "object_events": [ { - "graphics_id": "OBJECT_EVENT_GFX_CLERK", + "graphics_id": "OBJ_EVENT_GFX_CLERK", "x": 6, "y": 28, "elevation": 3, @@ -40,7 +40,7 @@ "flag": "0" }, { - "graphics_id": "OBJECT_EVENT_GFX_BOY", + "graphics_id": "OBJ_EVENT_GFX_BOY", "x": 19, "y": 16, "elevation": 3, |