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/Route104 | |
| parent | e95140270be790b03e693f539770abfd6473916e (diff) | |
use strings for map json coord_event var_value
Diffstat (limited to 'data/maps/Route104')
| -rw-r--r-- | data/maps/Route104/map.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route104/map.json b/data/maps/Route104/map.json index 733ad4989..0b0ed6837 100644 --- a/data/maps/Route104/map.json +++ b/data/maps/Route104/map.json @@ -538,7 +538,7 @@ "y": 51, "elevation": 3, "var": "VAR_0x4063", - "var_value": 1, + "var_value": "1", "script": "Route104_EventScript_1ECCB3" } ], |
