diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-27 10:32:39 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2020-04-28 19:59:16 -0500 |
| commit | 4dabc1bc7b211f3b4edceddc65d20b05b78667e5 (patch) | |
| tree | cdd0d8ca845060eda6cb4a731c45cd3b13a5f9f7 /data/maps/Route104_Prototype | |
| parent | 0459f99a95dc3c8f15749b30e20b8a9bbceef41b (diff) | |
Use trainer type constants
Diffstat (limited to 'data/maps/Route104_Prototype')
| -rw-r--r-- | data/maps/Route104_Prototype/map.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/maps/Route104_Prototype/map.json b/data/maps/Route104_Prototype/map.json index 5d3ecfb4a..286dbaaa2 100644 --- a/data/maps/Route104_Prototype/map.json +++ b/data/maps/Route104_Prototype/map.json @@ -19,7 +19,7 @@ "movement_type": "MOVEMENT_TYPE_ROTATE_COUNTERCLOCKWISE", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "1", "script": "Route104_Prototype_EventScript_160D2E", "flag": "0" @@ -32,7 +32,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_RIGHT", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "0", "script": "Route104_Prototype_EventScript_160D60", "flag": "0" @@ -45,7 +45,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_RIGHT", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "0", "script": "Route104_Prototype_EventScript_160D60", "flag": "0" @@ -58,7 +58,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "1", "script": "Route104_Prototype_EventScript_160D7B", "flag": "0" @@ -71,7 +71,7 @@ "movement_type": "MOVEMENT_TYPE_ROTATE_CLOCKWISE", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "1", "script": "Route104_Prototype_EventScript_160D92", "flag": "0" @@ -84,7 +84,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "3", "script": "Route104_Prototype_EventScript_160DA9", "flag": "0" @@ -97,7 +97,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "Route104_Prototype_EventScript_160C4B", "flag": "0" @@ -110,7 +110,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "Route104_Prototype_EventScript_160CA3", "flag": "0" @@ -123,7 +123,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "0", "script": "Route104_Prototype_EventScript_160D45", "flag": "0" @@ -136,7 +136,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "0", "script": "Route104_Prototype_EventScript_160D45", "flag": "0" @@ -149,7 +149,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_UP", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "Route104_Prototype_EventScript_160D13", "flag": "0" @@ -162,7 +162,7 @@ "movement_type": "MOVEMENT_TYPE_WANDER_AROUND", "movement_range_x": 1, "movement_range_y": 1, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "Route104_Prototype_EventScript_160D0A", "flag": "0" |
