summaryrefslogtreecommitdiff
path: root/data/maps/BattlePyramidSquare01
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2020-02-12 18:34:19 -0600
committerGitHub <noreply@github.com>2020-02-12 18:34:19 -0600
commit204c431993dad29661a9ff47326787cd0cf381e6 (patch)
treebda0c76fa20f0cc9e679985d8f7286ad95dd38c4 /data/maps/BattlePyramidSquare01
parent66c6b7a38b2a071ce7029978dd0d02fe6ec05952 (diff)
parent6b966d20e5d3866117fc9f1c0616654f2dfc415e (diff)
Merge pull request #910 from GriffinRichards/fix-eventobj
Standardize Object Event naming
Diffstat (limited to 'data/maps/BattlePyramidSquare01')
-rw-r--r--data/maps/BattlePyramidSquare01/map.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/maps/BattlePyramidSquare01/map.json b/data/maps/BattlePyramidSquare01/map.json
index d4cbfd71d..e96b67b57 100644
--- a/data/maps/BattlePyramidSquare01/map.json
+++ b/data/maps/BattlePyramidSquare01/map.json
@@ -15,7 +15,7 @@
"connections": null,
"object_events": [
{
- "graphics_id": "EVENT_OBJ_GFX_NINJA_BOY",
+ "graphics_id": "OBJ_EVENT_GFX_NINJA_BOY",
"x": 2,
"y": 3,
"elevation": 4,
@@ -28,7 +28,7 @@
"flag": "0"
},
{
- "graphics_id": "EVENT_OBJ_GFX_GIRL_3",
+ "graphics_id": "OBJ_EVENT_GFX_GIRL_3",
"x": 5,
"y": 3,
"elevation": 4,
@@ -41,7 +41,7 @@
"flag": "0"
},
{
- "graphics_id": "EVENT_OBJ_GFX_RICH_BOY",
+ "graphics_id": "OBJ_EVENT_GFX_RICH_BOY",
"x": 2,
"y": 6,
"elevation": 4,
@@ -54,7 +54,7 @@
"flag": "0"
},
{
- "graphics_id": "EVENT_OBJ_GFX_BOY_2",
+ "graphics_id": "OBJ_EVENT_GFX_BOY_2",
"x": 6,
"y": 6,
"elevation": 4,
@@ -67,7 +67,7 @@
"flag": "0"
},
{
- "graphics_id": "EVENT_OBJ_GFX_ITEM_BALL",
+ "graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
"x": 4,
"y": 1,
"elevation": 4,
@@ -80,7 +80,7 @@
"flag": "0"
},
{
- "graphics_id": "EVENT_OBJ_GFX_ITEM_BALL",
+ "graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
"x": 7,
"y": 4,
"elevation": 4,
@@ -93,7 +93,7 @@
"flag": "0"
},
{
- "graphics_id": "EVENT_OBJ_GFX_ITEM_BALL",
+ "graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
"x": 0,
"y": 4,
"elevation": 4,
@@ -109,4 +109,4 @@
"warp_events": [],
"coord_events": [],
"bg_events": []
-} \ No newline at end of file
+}