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/ThreeIsland_Port | |
| parent | 78b44870080fd5ab3f14002bfdb00540c132a3c8 (diff) | |
Use movement type constants
Diffstat (limited to 'data/maps/ThreeIsland_Port')
| -rw-r--r-- | data/maps/ThreeIsland_Port/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/ThreeIsland_Port/map.json b/data/maps/ThreeIsland_Port/map.json index e7adfec0b..47aff8ea7 100644 --- a/data/maps/ThreeIsland_Port/map.json +++ b/data/maps/ThreeIsland_Port/map.json @@ -24,7 +24,7 @@ "x": 14, "y": 9, "elevation": 3, - "movement_type": "1", + "movement_type": "MOVEMENT_TYPE_LOOK_AROUND", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -37,7 +37,7 @@ "x": 8, "y": 8, "elevation": 3, - "movement_type": "28", + "movement_type": "MOVEMENT_TYPE_WALK_RIGHT_AND_LEFT", "movement_range_x": 3, "movement_range_y": 1, "trainer_type": 0, @@ -50,7 +50,7 @@ "x": 13, "y": 10, "elevation": 3, - "movement_type": "49", + "movement_type": "MOVEMENT_TYPE_WALK_SEQUENCE_UP_RIGHT_DOWN_LEFT", "movement_range_x": 2, "movement_range_y": 2, "trainer_type": 0, |
