diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-02 12:24:05 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-02 12:24:05 -0500 |
| commit | 6191739a4d01c4a83c4df721eb05b4f86c747381 (patch) | |
| tree | 93c0482d280efdaaacaa4487aa6418ef235c7894 /data/maps/Route13/map.json | |
| parent | 0169a98c683d3eb803bc6bca5f5c3c5fe2b9ee5c (diff) | |
Label sign bg events
Diffstat (limited to 'data/maps/Route13/map.json')
| -rw-r--r-- | data/maps/Route13/map.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/maps/Route13/map.json b/data/maps/Route13/map.json index cd56c9244..923408ff2 100644 --- a/data/maps/Route13/map.json +++ b/data/maps/Route13/map.json @@ -174,24 +174,27 @@ "coord_events": [], "bg_events": [ { - "type": "bg_event_type_0", + "type": "sign", "x": 41, "y": 12, "elevation": 0, + "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY", "script": "Route13_EventScript_RouteSign" }, { - "type": "bg_event_type_0", + "type": "sign", "x": 37, "y": 6, "elevation": 0, + "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY", "script": "Route13_EventScript_TrainerTips2" }, { - "type": "bg_event_type_0", + "type": "sign", "x": 21, "y": 14, "elevation": 0, + "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY", "script": "Route13_EventScript_TrainerTips1" }, { |
