summaryrefslogtreecommitdiff
path: root/data/maps/MtPyre_4F
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-21 01:15:34 -0500
committerhuderlem <huderlem@gmail.com>2020-02-12 18:35:27 -0600
commit98ca62cf91e7e0bd33f09edfc848a62061015aee (patch)
tree6902d9b2183b6f0a379bf141ed3f88b1e2a36598 /data/maps/MtPyre_4F
parent6356dc03c1736df6ba25f2bc999e211d8e30a9f0 (diff)
Standardize Event Object to Object Event
Diffstat (limited to 'data/maps/MtPyre_4F')
-rw-r--r--data/maps/MtPyre_4F/map.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/MtPyre_4F/map.json b/data/maps/MtPyre_4F/map.json
index ce16ca88d..a47ced86c 100644
--- a/data/maps/MtPyre_4F/map.json
+++ b/data/maps/MtPyre_4F/map.json
@@ -12,7 +12,7 @@
"connections": null,
"object_events": [
{
- "graphics_id": "EVENT_OBJ_GFX_BLACK_BELT",
+ "graphics_id": "OBJ_EVENT_GFX_BLACK_BELT",
"x": 11,
"y": 7,
"elevation": 3,
@@ -25,7 +25,7 @@
"flag": "0"
},
{
- "graphics_id": "EVENT_OBJ_GFX_ITEM_BALL",
+ "graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
"x": 3,
"y": 11,
"elevation": 3,
@@ -84,4 +84,4 @@
],
"coord_events": [],
"bg_events": []
-} \ No newline at end of file
+}