diff options
| author | garak <garakmon@gmail.com> | 2019-02-16 16:44:48 -0500 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-02-16 16:14:43 -0600 |
| commit | 0b1bb9e4e934a26f8b165b00e08f8c2f8ed8953d (patch) | |
| tree | a4f676665a8faadd45a7e638b0f9c90a3b2dfda5 /data/maps/Route116 | |
| parent | e95140270be790b03e693f539770abfd6473916e (diff) | |
use strings for map json coord_event var_value
Diffstat (limited to 'data/maps/Route116')
| -rw-r--r-- | data/maps/Route116/map.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route116/map.json b/data/maps/Route116/map.json index 7e76a9e63..35ced7587 100644 --- a/data/maps/Route116/map.json +++ b/data/maps/Route116/map.json @@ -434,7 +434,7 @@ "y": 9, "elevation": 3, "var": "VAR_0x406F", - "var_value": 1, + "var_value": "1", "script": "Route116_EventScript_1F2D95" } ], |
