summaryrefslogtreecommitdiff
path: root/data/maps/BattleColosseum_2P/map.json
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-13 01:21:46 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-03-13 01:21:46 -0400
commitd450d5d406b88cd247803941fab5ce2cfaa3723d (patch)
treef11cc27493e1e19406f18d091b1de6247104540a /data/maps/BattleColosseum_2P/map.json
parenta0f951b09c526bd92c2719ef3e28cccfeb0fc84a (diff)
var_value to string
Diffstat (limited to 'data/maps/BattleColosseum_2P/map.json')
-rw-r--r--data/maps/BattleColosseum_2P/map.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleColosseum_2P/map.json b/data/maps/BattleColosseum_2P/map.json
index ae15e81b1..5a1d822a3 100644
--- a/data/maps/BattleColosseum_2P/map.json
+++ b/data/maps/BattleColosseum_2P/map.json
@@ -52,7 +52,7 @@
"y": 5,
"elevation": 3,
"var": "VAR_TEMP_0",
- "var_value": 0,
+ "var_value": "0",
"script": "BattleColosseum_2P_EventScript_PlayerSpot0"
},
{
@@ -61,7 +61,7 @@
"y": 5,
"elevation": 3,
"var": "VAR_TEMP_0",
- "var_value": 0,
+ "var_value": "0",
"script": "BattleColosseum_2P_EventScript_PlayerSpot1"
}
],