diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-13 01:21:46 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-13 01:21:46 -0400 |
| commit | d450d5d406b88cd247803941fab5ce2cfaa3723d (patch) | |
| tree | f11cc27493e1e19406f18d091b1de6247104540a /data/maps/FourIsland_IcefallCave_Back | |
| parent | a0f951b09c526bd92c2719ef3e28cccfeb0fc84a (diff) | |
var_value to string
Diffstat (limited to 'data/maps/FourIsland_IcefallCave_Back')
| -rw-r--r-- | data/maps/FourIsland_IcefallCave_Back/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/FourIsland_IcefallCave_Back/map.json b/data/maps/FourIsland_IcefallCave_Back/map.json index bf0e86af0..0e9171bdc 100644 --- a/data/maps/FourIsland_IcefallCave_Back/map.json +++ b/data/maps/FourIsland_IcefallCave_Back/map.json @@ -84,7 +84,7 @@ "y": 18, "elevation": 3, "var": "VAR_MAP_SCENE_ICEFALL_CAVE_BACK", - "var_value": 0, + "var_value": "0", "script": "FourIsland_IcefallCave_Back_EventScript_LoreleiRocketsScene" }, { @@ -93,7 +93,7 @@ "y": 18, "elevation": 3, "var": "VAR_MAP_SCENE_ICEFALL_CAVE_BACK", - "var_value": 0, + "var_value": "0", "script": "FourIsland_IcefallCave_Back_EventScript_LoreleiRocketsScene" }, { @@ -102,7 +102,7 @@ "y": 18, "elevation": 3, "var": "VAR_MAP_SCENE_ICEFALL_CAVE_BACK", - "var_value": 0, + "var_value": "0", "script": "FourIsland_IcefallCave_Back_EventScript_LoreleiRocketsScene" } ], |
