diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-01 23:15:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 23:15:01 -0400 |
commit | 0ecc1876a9cb8e31b1aa0879bf2b9e9c87271858 (patch) | |
tree | 7a3f305ffca17af6ccf4fdec2ccd69415faa4785 /data | |
parent | d1afbf17bbc9eb70cf085f3b734d02e4ce6b3b57 (diff) | |
parent | 80d282e73b2a13294344733eea2352515cb34368 (diff) |
Merge pull request #408 from PikalaxALT/fix_mvmt_types
Doc VS Seeker; fix misnamed movement types
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/FuchsiaCity/map.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/FuchsiaCity/map.json b/data/maps/FuchsiaCity/map.json index 4fbe92321..7363a4b82 100644 --- a/data/maps/FuchsiaCity/map.json +++ b/data/maps/FuchsiaCity/map.json @@ -49,7 +49,7 @@ "x": 36, "y": 15, "elevation": 3, - "movement_type": "MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_RIGHT", + "movement_type": "MOVEMENT_TYPE_WANDER_AROUND_SLOWEST", "movement_range_x": 4, "movement_range_y": 1, "trainer_type": "TRAINER_TYPE_NONE", |