summaryrefslogtreecommitdiff
path: root/data/maps/Route10/map.json
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-02 12:31:02 -0500
committerGitHub <noreply@github.com>2020-03-02 12:31:02 -0500
commit9803cb612e6ca383694527d01f05f33edcc777a2 (patch)
tree93c0482d280efdaaacaa4487aa6418ef235c7894 /data/maps/Route10/map.json
parent0169a98c683d3eb803bc6bca5f5c3c5fe2b9ee5c (diff)
parent6191739a4d01c4a83c4df721eb05b4f86c747381 (diff)
Merge pull request #280 from GriffinRichards/fix-signs
Label sign bg events
Diffstat (limited to 'data/maps/Route10/map.json')
-rw-r--r--data/maps/Route10/map.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/data/maps/Route10/map.json b/data/maps/Route10/map.json
index 7c44db6d9..b2127adf5 100644
--- a/data/maps/Route10/map.json
+++ b/data/maps/Route10/map.json
@@ -197,24 +197,27 @@
"coord_events": [],
"bg_events": [
{
- "type": "bg_event_type_0",
+ "type": "sign",
"x": 15,
"y": 59,
"elevation": 0,
+ "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route10_EventScript_SouthRockTunnelSign"
},
{
- "type": "bg_event_type_0",
+ "type": "sign",
"x": 6,
"y": 42,
"elevation": 0,
+ "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route10_EventScript_PowerPlantSign"
},
{
- "type": "bg_event_type_0",
+ "type": "sign",
"x": 7,
"y": 21,
"elevation": 0,
+ "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route10_EventScript_NorthRockTunnelSign"
},
{