diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-14 19:25:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 19:25:10 -0400 |
commit | 928cdf2531e74df2432ec8d602c4c2d2fee14eb1 (patch) | |
tree | 9a520de5b4790f14175a28eb70665a4f60ade486 /data/maps/Route101/scripts.inc | |
parent | 30ef49416391d036286661a8e1225b4ba03e3109 (diff) | |
parent | 26962b7725ffc5df719a0eea9442735b9dc04b5c (diff) |
Merge branch 'master' into doc-inc2
Diffstat (limited to 'data/maps/Route101/scripts.inc')
-rw-r--r-- | data/maps/Route101/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route101/scripts.inc b/data/maps/Route101/scripts.inc index aab1d44b3..3b5b22b37 100644 --- a/data/maps/Route101/scripts.inc +++ b/data/maps/Route101/scripts.inc @@ -30,7 +30,7 @@ Route101_EventScript_1EBCDE:: @ 81EBCDE applymovement 4, Route101_Movement_1EBD96 applymovement 2, Route101_Movement_1EBDC8 waitmovement 0 - applymovement 2, Common_Movement_WalkInPlaceRight + applymovement 2, Common_Movement_WalkInPlaceFastestRight waitmovement 0 applymovement 4, Route101_Movement_1EBDBD applymovement 2, Route101_Movement_1EBDEF @@ -223,7 +223,7 @@ Route101_EventScript_1EBE16:: @ 81EBE16 fadescreen 1 removeobject 4 setobjectxy EVENT_OBJ_ID_PLAYER, 6, 13 - applymovement EVENT_OBJ_ID_PLAYER, Common_Movement_WalkInPlaceLeft + applymovement EVENT_OBJ_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft waitmovement 0 special ChooseStarter waitstate |