diff options
Diffstat (limited to 'data/maps/Route2')
| -rw-r--r-- | data/maps/Route2/map.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/maps/Route2/map.json b/data/maps/Route2/map.json index 720b484d8..e02cbd20e 100644 --- a/data/maps/Route2/map.json +++ b/data/maps/Route2/map.json @@ -194,17 +194,19 @@ "coord_events": [], "bg_events": [ { - "type": "bg_event_type_0", + "type": "sign", "x": 14, "y": 12, "elevation": 0, + "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY", "script": "Route2_EventScript_DiglettsCaveSign" }, { - "type": "bg_event_type_0", + "type": "sign", "x": 7, "y": 73, "elevation": 0, + "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY", "script": "Route2_EventScript_RouteSign" } ] |
