diff options
Diffstat (limited to 'data/maps/Route18')
-rw-r--r-- | data/maps/Route18/map.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/maps/Route18/map.json b/data/maps/Route18/map.json index 6976a7570..427e6347b 100644 --- a/data/maps/Route18/map.json +++ b/data/maps/Route18/map.json @@ -85,17 +85,19 @@ "coord_events": [], "bg_events": [ { - "type": "bg_event_type_0", + "type": "sign", "x": 37, "y": 7, "elevation": 0, + "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY", "script": "Route18_EventScript_CyclingRoadSign" }, { - "type": "bg_event_type_0", + "type": "sign", "x": 52, "y": 7, "elevation": 0, + "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY", "script": "Route18_EventScript_RouteSign" } ] |