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/RusturfTunnel | |
| parent | 0459f99a95dc3c8f15749b30e20b8a9bbceef41b (diff) | |
Use trainer type constants
Diffstat (limited to 'data/maps/RusturfTunnel')
| -rw-r--r-- | data/maps/RusturfTunnel/map.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/maps/RusturfTunnel/map.json b/data/maps/RusturfTunnel/map.json index 517180038..919abbd25 100644 --- a/data/maps/RusturfTunnel/map.json +++ b/data/maps/RusturfTunnel/map.json @@ -19,7 +19,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_RIGHT", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "RusturfTunnel_EventScript_15C799", "flag": "FLAG_HIDE_BOYFRIEND_RUSTURF_TUNNEL" @@ -32,7 +32,7 @@ "movement_type": "MOVEMENT_TYPE_LOOK_AROUND", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "S_BreakableRock", "flag": "FLAG_HIDE_RUSTURF_TUNNEL_ROCK_1" @@ -45,7 +45,7 @@ "movement_type": "MOVEMENT_TYPE_LOOK_AROUND", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "RusturfTunnel_EventScript_1B1786", "flag": "FLAG_ITEM_RUSTURF_TUNNEL_1" @@ -58,7 +58,7 @@ "movement_type": "MOVEMENT_TYPE_LOOK_AROUND", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "RusturfTunnel_EventScript_1B1793", "flag": "FLAG_ITEM_RUSTURF_TUNNEL_2" @@ -71,7 +71,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_RIGHT", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "0x0", "flag": "FLAG_HIDE_BRINEY_RUSTURF_TUNNEL" @@ -84,7 +84,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_LEFT", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "RusturfTunnel_EventScript_15C9EA", "flag": "FLAG_HIDE_GRUNT_RUSTURF_TUNNEL" @@ -97,7 +97,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_LEFT", "movement_range_x": 0, "movement_range_y": 0, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "RusturfTunnel_EventScript_15C9D7", "flag": "FLAG_HIDE_PEEKO_RUSTURF_TUNNEL" @@ -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": "S_BreakableRock", "flag": "FLAG_HIDE_RUSTURF_TUNNEL_ROCK_2" @@ -123,7 +123,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_LEFT", "movement_range_x": 1, "movement_range_y": 1, - "trainer_type": "1", + "trainer_type": "TRAINER_TYPE_NORMAL", "trainer_sight_or_berry_tree_id": "3", "script": "RusturfTunnel_EventScript_15CACD", "flag": "0" @@ -136,7 +136,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_LEFT", "movement_range_x": 1, "movement_range_y": 1, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "RusturfTunnel_EventScript_15C782", "flag": "FLAG_HIDE_GIRLFRIEND_RUSTURF_TUNNEL" |
