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/TrainerTower_1F | |
parent | a0f951b09c526bd92c2719ef3e28cccfeb0fc84a (diff) |
var_value to string
Diffstat (limited to 'data/maps/TrainerTower_1F')
-rw-r--r-- | data/maps/TrainerTower_1F/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/TrainerTower_1F/map.json b/data/maps/TrainerTower_1F/map.json index 124df6631..203cbbc56 100644 --- a/data/maps/TrainerTower_1F/map.json +++ b/data/maps/TrainerTower_1F/map.json @@ -104,7 +104,7 @@ "y": 13, "elevation": 3, "var": "VAR_TEMP_E", - "var_value": 0, + "var_value": "0", "script": "TrainerTower_EventScript_SingleBattleTrigger" }, { @@ -113,7 +113,7 @@ "y": 12, "elevation": 0, "var": "VAR_TEMP_F", - "var_value": 0, + "var_value": "0", "script": "TrainerTower_EventScript_DoubleBattleTriggerTop" }, { @@ -122,7 +122,7 @@ "y": 13, "elevation": 3, "var": "VAR_TEMP_F", - "var_value": 0, + "var_value": "0", "script": "TrainerTower_EventScript_DoubleBattleTriggerBottom" } ], |