diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-24 09:02:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-24 09:02:25 -0500 |
| commit | a0fa06a066dd2261dfdfb87ea5fd8a4ecb3fa634 (patch) | |
| tree | b5bec9a5a1b819bf9d98fb349598e9cf5feb1207 /data/maps/ThreeIsland_PokemonCenter_2F | |
| parent | 942ea77a0d574b7c9bb71bace53755dc9ccde5b5 (diff) | |
| parent | 1fc8db43b7254f7445b335cec22c7406edb1902d (diff) | |
Merge pull request #265 from GriffinRichards/sync-objgfx
Sync object event gfx constants
Diffstat (limited to 'data/maps/ThreeIsland_PokemonCenter_2F')
| -rw-r--r-- | data/maps/ThreeIsland_PokemonCenter_2F/map.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/ThreeIsland_PokemonCenter_2F/map.json b/data/maps/ThreeIsland_PokemonCenter_2F/map.json index 4941fe37a..7ee060727 100644 --- a/data/maps/ThreeIsland_PokemonCenter_2F/map.json +++ b/data/maps/ThreeIsland_PokemonCenter_2F/map.json @@ -16,7 +16,7 @@ "connections": null, "object_events": [ { - "graphics_id": "OBJECT_EVENT_GFX_CABLE_CLUB_RECEPTIONIST", + "graphics_id": "OBJ_EVENT_GFX_CABLE_CLUB_RECEPTIONIST", "x": 6, "y": 2, "elevation": 3, @@ -29,7 +29,7 @@ "flag": "0" }, { - "graphics_id": "OBJECT_EVENT_GFX_CABLE_CLUB_RECEPTIONIST", + "graphics_id": "OBJ_EVENT_GFX_CABLE_CLUB_RECEPTIONIST", "x": 2, "y": 2, "elevation": 3, @@ -42,7 +42,7 @@ "flag": "0" }, { - "graphics_id": "OBJECT_EVENT_GFX_CABLE_CLUB_RECEPTIONIST", + "graphics_id": "OBJ_EVENT_GFX_CABLE_CLUB_RECEPTIONIST", "x": 10, "y": 2, "elevation": 3, @@ -55,7 +55,7 @@ "flag": "0" }, { - "graphics_id": "OBJECT_EVENT_GFX_MG_DELIVERYMAN", + "graphics_id": "OBJ_EVENT_GFX_MG_DELIVERYMAN", "x": 1, "y": 2, "elevation": 3, |
