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/UnionRoom/map.json | |
| parent | 78b44870080fd5ab3f14002bfdb00540c132a3c8 (diff) | |
Use movement type constants
Diffstat (limited to 'data/maps/UnionRoom/map.json')
| -rw-r--r-- | data/maps/UnionRoom/map.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/UnionRoom/map.json b/data/maps/UnionRoom/map.json index 05afe6e01..91cf2cb49 100644 --- a/data/maps/UnionRoom/map.json +++ b/data/maps/UnionRoom/map.json @@ -18,7 +18,7 @@ "x": 3, "y": 2, "elevation": 3, - "movement_type": "8", + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 0, "movement_range_y": 0, "trainer_type": 0, @@ -31,7 +31,7 @@ "x": 1, "y": 8, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -44,7 +44,7 @@ "x": 7, "y": 8, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -57,7 +57,7 @@ "x": 1, "y": 4, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -70,7 +70,7 @@ "x": 7, "y": 4, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -83,7 +83,7 @@ "x": 13, "y": 4, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -96,7 +96,7 @@ "x": 10, "y": 6, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -109,7 +109,7 @@ "x": 13, "y": 8, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -122,7 +122,7 @@ "x": 4, "y": 6, "elevation": 3, - "movement_type": "2", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, |
