diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-27 10:21:26 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-27 10:21:26 -0400 |
| commit | eebe7f2233618beda858a3cc9ddf0d1d52e3b4c2 (patch) | |
| tree | 291ac628d148a8074008f53b12b73945e166c535 /data/maps/MtEmber_RubyPath_B2F_Stairs | |
| parent | a473ca70a2ca5f3ca4a11a109533902c7605e7d4 (diff) | |
Use trainer type constants
Diffstat (limited to 'data/maps/MtEmber_RubyPath_B2F_Stairs')
| -rw-r--r-- | data/maps/MtEmber_RubyPath_B2F_Stairs/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/MtEmber_RubyPath_B2F_Stairs/map.json b/data/maps/MtEmber_RubyPath_B2F_Stairs/map.json index fef1ba94c..5aff19b08 100644 --- a/data/maps/MtEmber_RubyPath_B2F_Stairs/map.json +++ b/data/maps/MtEmber_RubyPath_B2F_Stairs/map.json @@ -23,7 +23,7 @@ "movement_type": "MOVEMENT_TYPE_LOOK_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": "EventScript_RockSmash", "flag": "FLAG_TEMP_12" @@ -36,7 +36,7 @@ "movement_type": "MOVEMENT_TYPE_LOOK_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": "EventScript_RockSmash", "flag": "FLAG_TEMP_13" |
