summaryrefslogtreecommitdiff
path: root/data/maps/TwoIsland/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/TwoIsland/map.json
parent0169a98c683d3eb803bc6bca5f5c3c5fe2b9ee5c (diff)
parent6191739a4d01c4a83c4df721eb05b4f86c747381 (diff)
Merge pull request #280 from GriffinRichards/fix-signs
Label sign bg events
Diffstat (limited to 'data/maps/TwoIsland/map.json')
-rw-r--r--data/maps/TwoIsland/map.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/data/maps/TwoIsland/map.json b/data/maps/TwoIsland/map.json
index 8a258b635..295cb3844 100644
--- a/data/maps/TwoIsland/map.json
+++ b/data/maps/TwoIsland/map.json
@@ -172,24 +172,27 @@
"coord_events": [],
"bg_events": [
{
- "type": "bg_event_type_0",
+ "type": "sign",
"x": 29,
"y": 8,
"elevation": 0,
+ "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "TwoIsland_EventScript_IslandSign"
},
{
- "type": "bg_event_type_0",
+ "type": "sign",
"x": 40,
"y": 10,
"elevation": 0,
+ "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "TwoIsland_EventScript_JoyfulGameCornerSign"
},
{
- "type": "bg_event_type_0",
+ "type": "sign",
"x": 8,
"y": 3,
"elevation": 0,
+ "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "TwoIsland_EventScript_FastCurrentSign"
}
]