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/MtEmber_RubyPath_B5F | |
| parent | 0169a98c683d3eb803bc6bca5f5c3c5fe2b9ee5c (diff) | |
Label sign bg events
Diffstat (limited to 'data/maps/MtEmber_RubyPath_B5F')
| -rw-r--r-- | data/maps/MtEmber_RubyPath_B5F/map.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/MtEmber_RubyPath_B5F/map.json b/data/maps/MtEmber_RubyPath_B5F/map.json index ccd53263e..1fd9bd290 100644 --- a/data/maps/MtEmber_RubyPath_B5F/map.json +++ b/data/maps/MtEmber_RubyPath_B5F/map.json @@ -41,10 +41,11 @@ "coord_events": [], "bg_events": [ { - "type": "bg_event_type_1", + "type": "sign", "x": 7, "y": 2, "elevation": 0, + "player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH", "script": "MtEmber_RubyPath_B5F_EventScript_BrailleMessage" } ] |
