summaryrefslogtreecommitdiff
path: root/data/maps/MtEmber_RubyPath_B2F_Stairs
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-13 11:35:36 -0500
committerGitHub <noreply@github.com>2020-01-13 11:35:36 -0500
commit172e1aafa8b2a3bd7d7f2f9d8d40cb71ba80b644 (patch)
treee2503a9c304471a57685e8c4141596ff422142a2 /data/maps/MtEmber_RubyPath_B2F_Stairs
parent78b44870080fd5ab3f14002bfdb00540c132a3c8 (diff)
parent7f55319c00dfedeadbb73719dd38c3173de9c1f0 (diff)
Merge pull request #215 from GriffinRichards/doc-movement
Use movement type constants in json
Diffstat (limited to 'data/maps/MtEmber_RubyPath_B2F_Stairs')
-rw-r--r--data/maps/MtEmber_RubyPath_B2F_Stairs/map.json4
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 85f9e084e..e3c5ef182 100644
--- a/data/maps/MtEmber_RubyPath_B2F_Stairs/map.json
+++ b/data/maps/MtEmber_RubyPath_B2F_Stairs/map.json
@@ -18,7 +18,7 @@
"x": 4,
"y": 3,
"elevation": 3,
- "movement_type": "1",
+ "movement_type": "MOVEMENT_TYPE_LOOK_AROUND",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
@@ -31,7 +31,7 @@
"x": 6,
"y": 2,
"elevation": 3,
- "movement_type": "1",
+ "movement_type": "MOVEMENT_TYPE_LOOK_AROUND",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,