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/TwoIsland/map.json | |
| parent | 78b44870080fd5ab3f14002bfdb00540c132a3c8 (diff) | |
Use movement type constants
Diffstat (limited to 'data/maps/TwoIsland/map.json')
| -rw-r--r-- | data/maps/TwoIsland/map.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/TwoIsland/map.json b/data/maps/TwoIsland/map.json index 34f5bbfce..556aa49da 100644 --- a/data/maps/TwoIsland/map.json +++ b/data/maps/TwoIsland/map.json @@ -24,7 +24,7 @@ "x": 28, "y": 4, "elevation": 3, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 2, "trainer_type": 0, @@ -37,7 +37,7 @@ "x": 31, "y": 6, "elevation": 3, - "movement_type": "7", + "movement_type": "MOVEMENT_TYPE_FACE_UP", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -50,7 +50,7 @@ "x": 30, "y": 11, "elevation": 3, - "movement_type": "7", + "movement_type": "MOVEMENT_TYPE_FACE_UP", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -63,7 +63,7 @@ "x": 26, "y": 5, "elevation": 3, - "movement_type": "10", + "movement_type": "MOVEMENT_TYPE_FACE_RIGHT", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -76,7 +76,7 @@ "x": 27, "y": 6, "elevation": 3, - "movement_type": "10", + "movement_type": "MOVEMENT_TYPE_FACE_RIGHT", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -89,7 +89,7 @@ "x": 30, "y": 16, "elevation": 3, - "movement_type": "1", + "movement_type": "MOVEMENT_TYPE_LOOK_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -102,7 +102,7 @@ "x": 39, "y": 16, "elevation": 3, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -115,7 +115,7 @@ "x": 37, "y": 12, "elevation": 3, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -128,7 +128,7 @@ "x": 24, "y": 12, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, |
