summaryrefslogtreecommitdiff
path: root/data/maps/SSAnne_2F_Room2/map.json
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-11 12:08:08 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-03-11 12:08:08 -0400
commita0f951b09c526bd92c2719ef3e28cccfeb0fc84a (patch)
tree43bae4fca20b98058172de7f2616ec4625bda99a /data/maps/SSAnne_2F_Room2/map.json
parent6af8c04d8fa6aaeaeb6c8b919e7770a65b9a883d (diff)
trainer_type and trainer_sight_or_berry_tree_id to string
Diffstat (limited to 'data/maps/SSAnne_2F_Room2/map.json')
-rw-r--r--data/maps/SSAnne_2F_Room2/map.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/SSAnne_2F_Room2/map.json b/data/maps/SSAnne_2F_Room2/map.json
index 8d53e1c37..e4d20f77f 100644
--- a/data/maps/SSAnne_2F_Room2/map.json
+++ b/data/maps/SSAnne_2F_Room2/map.json
@@ -23,8 +23,8 @@
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
"movement_range_x": 1,
"movement_range_y": 1,
- "trainer_type": 1,
- "trainer_sight_or_berry_tree_id": 3,
+ "trainer_type": "1",
+ "trainer_sight_or_berry_tree_id": "3",
"script": "SSAnne_2F_Room2_EventScript_Dale",
"flag": "0"
},
@@ -36,8 +36,8 @@
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
"movement_range_x": 1,
"movement_range_y": 1,
- "trainer_type": 1,
- "trainer_sight_or_berry_tree_id": 2,
+ "trainer_type": "1",
+ "trainer_sight_or_berry_tree_id": "2",
"script": "SSAnne_2F_Room2_EventScript_Brooks",
"flag": "0"
},
@@ -49,8 +49,8 @@
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
"movement_range_x": 1,
"movement_range_y": 1,
- "trainer_type": 0,
- "trainer_sight_or_berry_tree_id": 0,
+ "trainer_type": "0",
+ "trainer_sight_or_berry_tree_id": "0",
"script": "SSAnne_2F_Room2_EventScript_ItemStardust",
"flag": "FLAG_HIDE_SSANNE_2F_ROOM2_STARDUST"
}