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/Route1 | |
parent | 78b44870080fd5ab3f14002bfdb00540c132a3c8 (diff) |
Use movement type constants
Diffstat (limited to 'data/maps/Route1')
-rw-r--r-- | data/maps/Route1/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route1/map.json b/data/maps/Route1/map.json index e133094f3..8d636de9a 100644 --- a/data/maps/Route1/map.json +++ b/data/maps/Route1/map.json @@ -29,7 +29,7 @@ "x": 6, "y": 28, "elevation": 3, - "movement_type": "3", + "movement_type": "MOVEMENT_TYPE_WANDER_UP_AND_DOWN", "movement_range_x": 1, "movement_range_y": 1, "trainer_type": 0, @@ -42,7 +42,7 @@ "x": 19, "y": 16, "elevation": 3, - "movement_type": "5", + "movement_type": "MOVEMENT_TYPE_WANDER_LEFT_AND_RIGHT", "movement_range_x": 1, "movement_range_y": 3, "trainer_type": 0, |