diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 12:26:00 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 12:26:00 -0400 |
| commit | 9bcc82856db7e6417bb56265bbcc04dae290cbf3 (patch) | |
| tree | fe99372c9b2b8bed204b31764a917936c4513a35 /data/maps/TwoIsland_PokemonCenter_2F | |
| parent | 24ac46856ad10af92054d82b4ec50486feaf222e (diff) | |
| parent | 24b294236b678211875e61f3055a996560f694b8 (diff) | |
Merge branch 'master' of github.com:pret/pokefirered into overworld
Diffstat (limited to 'data/maps/TwoIsland_PokemonCenter_2F')
| -rw-r--r-- | data/maps/TwoIsland_PokemonCenter_2F/map.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/TwoIsland_PokemonCenter_2F/map.json b/data/maps/TwoIsland_PokemonCenter_2F/map.json index b0a23fec0..bb7b1116f 100644 --- a/data/maps/TwoIsland_PokemonCenter_2F/map.json +++ b/data/maps/TwoIsland_PokemonCenter_2F/map.json @@ -23,7 +23,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": "Common_EventScript_UnionRoomAttendant", "flag": "0" @@ -36,7 +36,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": "Common_EventScript_WirelessClubAttendant", "flag": "0" @@ -49,7 +49,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": "Common_EventScript_DirectCornerAttendant", "flag": "0" @@ -62,7 +62,7 @@ "movement_type": "MOVEMENT_TYPE_FACE_DOWN", "movement_range_x": 1, "movement_range_y": 1, - "trainer_type": "0", + "trainer_type": "TRAINER_TYPE_NONE", "trainer_sight_or_berry_tree_id": "0", "script": "CableClub_EventScript_MysteryGiftMan", "flag": "FLAG_HIDE_MG_DELIVERYMEN" |
