summaryrefslogtreecommitdiff
path: root/data/maps/TradeCenter
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-16 07:52:45 -0400
committerGitHub <noreply@github.com>2020-03-16 07:52:45 -0400
commit77c133e6a1165d256f97a94fcad34063b6c3025d (patch)
tree6a3fa5c0756b93c6c8d7c1447a978f5f29053b99 /data/maps/TradeCenter
parentf44f89a463d7280a95094e8f37a56873a90da843 (diff)
parentd450d5d406b88cd247803941fab5ce2cfaa3723d (diff)
Merge pull request #299 from GriffinRichards/fix-porymapttype
Sync trainer_type/trainer_sight/var_value data type. Please reference this PR when fixing the issues raised above.
Diffstat (limited to 'data/maps/TradeCenter')
-rw-r--r--data/maps/TradeCenter/map.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/TradeCenter/map.json b/data/maps/TradeCenter/map.json
index 8e740b6c0..7c8034bff 100644
--- a/data/maps/TradeCenter/map.json
+++ b/data/maps/TradeCenter/map.json
@@ -23,8 +23,8 @@
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
"movement_range_x": 0,
"movement_range_y": 0,
- "trainer_type": 0,
- "trainer_sight_or_berry_tree_id": 0,
+ "trainer_type": "0",
+ "trainer_sight_or_berry_tree_id": "0",
"script": "TradeCenter_EventScript_Attendant",
"flag": "0"
}
@@ -52,7 +52,7 @@
"y": 5,
"elevation": 3,
"var": "VAR_TEMP_0",
- "var_value": 0,
+ "var_value": "0",
"script": "TradeCenter_EventScript_Chair0"
},
{
@@ -61,7 +61,7 @@
"y": 5,
"elevation": 3,
"var": "VAR_TEMP_0",
- "var_value": 0,
+ "var_value": "0",
"script": "TradeCenter_EventScript_Chair1"
}
],