diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-13 01:00:38 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-13 01:00:38 -0500 |
| commit | 7f55319c00dfedeadbb73719dd38c3173de9c1f0 (patch) | |
| tree | e2503a9c304471a57685e8c4141596ff422142a2 /data/maps/Route10/map.json | |
| parent | 78b44870080fd5ab3f14002bfdb00540c132a3c8 (diff) | |
Use movement type constants
Diffstat (limited to 'data/maps/Route10/map.json')
| -rw-r--r-- | data/maps/Route10/map.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/maps/Route10/map.json b/data/maps/Route10/map.json index a0339bf58..fef96485a 100644 --- a/data/maps/Route10/map.json +++ b/data/maps/Route10/map.json @@ -29,7 +29,7 @@ "x": 7, "y": 60, "elevation": 3, - "movement_type": "1", + "movement_type": "MOVEMENT_TYPE_LOOK_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 1, @@ -42,7 +42,7 @@ "x": 4, "y": 62, "elevation": 3, - "movement_type": "1", + "movement_type": "MOVEMENT_TYPE_LOOK_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 1, @@ -55,7 +55,7 @@ "x": 15, "y": 70, "elevation": 3, - "movement_type": "5", + "movement_type": "MOVEMENT_TYPE_WANDER_LEFT_AND_RIGHT", "movement_range_x": 2, "movement_range_y": 1, "trainer_type": 1, @@ -68,7 +68,7 @@ "x": 4, "y": 68, "elevation": 3, - "movement_type": "9", + "movement_type": "MOVEMENT_TYPE_FACE_LEFT", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 1, @@ -81,7 +81,7 @@ "x": 13, "y": 44, "elevation": 3, - "movement_type": "9", + "movement_type": "MOVEMENT_TYPE_FACE_LEFT", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 1, @@ -94,7 +94,7 @@ "x": 9, "y": 27, "elevation": 3, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 1, @@ -107,7 +107,7 @@ "x": 10, "y": 20, "elevation": 0, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -120,7 +120,7 @@ "x": 10, "y": 22, "elevation": 0, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -133,7 +133,7 @@ "x": 10, "y": 24, "elevation": 0, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -146,7 +146,7 @@ "x": 10, "y": 26, "elevation": 0, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, |
