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/RecordCenter/map.json | |
| parent | a0f951b09c526bd92c2719ef3e28cccfeb0fc84a (diff) | |
var_value to string
Diffstat (limited to 'data/maps/RecordCenter/map.json')
| -rw-r--r-- | data/maps/RecordCenter/map.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/RecordCenter/map.json b/data/maps/RecordCenter/map.json index 83ba4d486..b72381cd6 100644 --- a/data/maps/RecordCenter/map.json +++ b/data/maps/RecordCenter/map.json @@ -66,7 +66,7 @@ "y": 4, "elevation": 3, "var": "VAR_TEMP_0", - "var_value": 0, + "var_value": "0", "script": "RecordCenter_EventScript_Spot" }, { @@ -75,7 +75,7 @@ "y": 6, "elevation": 3, "var": "VAR_TEMP_0", - "var_value": 0, + "var_value": "0", "script": "RecordCenter_EventScript_Spot" }, { @@ -84,7 +84,7 @@ "y": 4, "elevation": 3, "var": "VAR_TEMP_0", - "var_value": 0, + "var_value": "0", "script": "RecordCenter_EventScript_Spot" }, { @@ -93,7 +93,7 @@ "y": 6, "elevation": 3, "var": "VAR_TEMP_0", - "var_value": 0, + "var_value": "0", "script": "RecordCenter_EventScript_Spot" } ], |
