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_7F | |
| parent | a0f951b09c526bd92c2719ef3e28cccfeb0fc84a (diff) | |
var_value to string
Diffstat (limited to 'data/maps/TrainerTower_7F')
| -rw-r--r-- | data/maps/TrainerTower_7F/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/TrainerTower_7F/map.json b/data/maps/TrainerTower_7F/map.json index 5a255fc39..d6d857e9b 100644 --- a/data/maps/TrainerTower_7F/map.json +++ b/data/maps/TrainerTower_7F/map.json @@ -111,7 +111,7 @@ "y": 13, "elevation": 3, "var": "VAR_TEMP_E", - "var_value": 0, + "var_value": "0", "script": "TrainerTower_EventScript_SingleBattleTrigger" }, { @@ -120,7 +120,7 @@ "y": 12, "elevation": 3, "var": "VAR_TEMP_F", - "var_value": 0, + "var_value": "0", "script": "TrainerTower_EventScript_DoubleBattleTriggerTop" }, { @@ -129,7 +129,7 @@ "y": 13, "elevation": 3, "var": "VAR_TEMP_F", - "var_value": 0, + "var_value": "0", "script": "TrainerTower_EventScript_DoubleBattleTriggerBottom" } ], |
