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/Route118 | |
| parent | e95140270be790b03e693f539770abfd6473916e (diff) | |
use strings for map json coord_event var_value
Diffstat (limited to 'data/maps/Route118')
| -rw-r--r-- | data/maps/Route118/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Route118/map.json b/data/maps/Route118/map.json index 135e7eb74..8514596c8 100644 --- a/data/maps/Route118/map.json +++ b/data/maps/Route118/map.json @@ -327,7 +327,7 @@ "y": 11, "elevation": 3, "var": "VAR_0x4071", - "var_value": 0, + "var_value": "0", "script": "Route118_EventScript_1F3E8E" }, { @@ -336,7 +336,7 @@ "y": 11, "elevation": 3, "var": "VAR_0x4071", - "var_value": 0, + "var_value": "0", "script": "Route118_EventScript_1F3EAE" }, { @@ -345,7 +345,7 @@ "y": 11, "elevation": 3, "var": "VAR_0x4071", - "var_value": 0, + "var_value": "0", "script": "Route118_EventScript_1F3EC4" } ], |
