diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-06 10:32:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 10:32:59 -0400 |
commit | f9e8c88eb5055300bdb145d0cfdb9ad89b1739eb (patch) | |
tree | 011cd7d153100da6f554d6e407430d85d550dd9f /data/maps/Route119/scripts.inc | |
parent | 27957b5c1fc7a5511e80271e71df8a978608b747 (diff) | |
parent | 32aaf6912feb59f48782f7e0f176de7c5391ae7b (diff) |
Merge pull request #1543 from cbt6/move-fastest
Rename WalkFastest functions to WalkFaster
Diffstat (limited to 'data/maps/Route119/scripts.inc')
-rw-r--r-- | data/maps/Route119/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/Route119/scripts.inc b/data/maps/Route119/scripts.inc index 5e53f4ac8..839f4101b 100644 --- a/data/maps/Route119/scripts.inc +++ b/data/maps/Route119/scripts.inc @@ -55,7 +55,7 @@ Route119_EventScript_RivalEncounter:: call_if_eq Route119_EventScript_RivalEnter1 compare VAR_TEMP_1, 2 call_if_eq Route119_EventScript_RivalEnter2 - applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestDown + applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterDown waitmovement 0 delay 30 compare VAR_TEMP_1, 1 @@ -234,16 +234,16 @@ Route119_EventScript_SetRivalPos2:: Route119_Movement_PlayerWatchRivalExit1: delay_16 - walk_in_place_fastest_right + walk_in_place_faster_right delay_8 - walk_in_place_fastest_up + walk_in_place_faster_up step_end Route119_Movement_PlayerWatchRivalExit2: delay_16 - walk_in_place_fastest_left + walk_in_place_faster_left delay_8 - walk_in_place_fastest_up + walk_in_place_faster_up step_end Route119_Movement_RivalEnter1: |