diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-11 12:08:08 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-11 12:08:08 -0400 |
| commit | a0f951b09c526bd92c2719ef3e28cccfeb0fc84a (patch) | |
| tree | 43bae4fca20b98058172de7f2616ec4625bda99a /data/maps/Route7 | |
| parent | 6af8c04d8fa6aaeaeb6c8b919e7770a65b9a883d (diff) | |
trainer_type and trainer_sight_or_berry_tree_id to string
Diffstat (limited to 'data/maps/Route7')
| -rw-r--r-- | data/maps/Route7/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route7/map.json b/data/maps/Route7/map.json index 52e630274..5a18cd689 100644 --- a/data/maps/Route7/map.json +++ b/data/maps/Route7/map.json @@ -35,8 +35,8 @@ "movement_type": "MOVEMENT_TYPE_NONE", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": 6, - "trainer_sight_or_berry_tree_id": 3, + "trainer_type": "6", + "trainer_sight_or_berry_tree_id": "3", "script": "0x0", "flag": "0" } |
