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/VictoryRoad_1F/map.json | |
| parent | e95140270be790b03e693f539770abfd6473916e (diff) | |
use strings for map json coord_event var_value
Diffstat (limited to 'data/maps/VictoryRoad_1F/map.json')
| -rw-r--r-- | data/maps/VictoryRoad_1F/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/VictoryRoad_1F/map.json b/data/maps/VictoryRoad_1F/map.json index b45981587..534d8dd59 100644 --- a/data/maps/VictoryRoad_1F/map.json +++ b/data/maps/VictoryRoad_1F/map.json @@ -176,7 +176,7 @@ "y": 23, "elevation": 4, "var": "VAR_0x40C3", - "var_value": 0, + "var_value": "0", "script": "VictoryRoad_1F_EventScript_235DAF" }, { @@ -185,7 +185,7 @@ "y": 23, "elevation": 4, "var": "VAR_0x40C3", - "var_value": 0, + "var_value": "0", "script": "VictoryRoad_1F_EventScript_235DC8" } ], |
