diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 15:05:51 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-19 15:05:51 -0400 |
| commit | d98d4d887c16e8fa13360e3f243bf019844d3c41 (patch) | |
| tree | 729ebda526ec73161b3a1a85547a80b157d598e1 /data/maps/SixIsland/map.json | |
| parent | 1449c71364c65e30be434923ef6b89836bdaafa6 (diff) | |
Set map.json files with map_obj_gfx constants
Diffstat (limited to 'data/maps/SixIsland/map.json')
| -rw-r--r-- | data/maps/SixIsland/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/SixIsland/map.json b/data/maps/SixIsland/map.json index 89530bed1..fd22ab27d 100644 --- a/data/maps/SixIsland/map.json +++ b/data/maps/SixIsland/map.json @@ -20,7 +20,7 @@ ], "object_events": [ { - "graphics_id": "19", + "graphics_id": "MAP_OBJ_GFX_BOY", "x": 10, "y": 15, "elevation": 3, @@ -33,7 +33,7 @@ "flag": "0" }, { - "graphics_id": "56", + "graphics_id": "MAP_OBJ_GFX_HIKER", "x": 15, "y": 13, "elevation": 3, |
