From f00b44699c49550ae2a56bf64e10e7f2d841e839 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 30 Mar 2021 20:33:31 -0400 Subject: Fix movement types; fix some math ops --- data/maps/FuchsiaCity/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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", -- cgit v1.2.3