Use movement type constants

This commit is contained in:
GriffinR
2020-01-13 01:00:38 -05:00
parent 78b4487008
commit 7f55319c00
359 changed files with 1649 additions and 1649 deletions
+3 -3
View File
@@ -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,