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/scripts/cable_club.inc | |
parent | 27957b5c1fc7a5511e80271e71df8a978608b747 (diff) | |
parent | 32aaf6912feb59f48782f7e0f176de7c5391ae7b (diff) |
Merge pull request #1543 from cbt6/move-fastest
Rename WalkFastest functions to WalkFaster
Diffstat (limited to 'data/scripts/cable_club.inc')
-rw-r--r-- | data/scripts/cable_club.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index ab7642899..d6ea1a707 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -245,7 +245,7 @@ CableClub_EventScript_PlayerExitLinkRoom:: CableClub_EventScript_Tutorial:: lockall - applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp + applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp waitmovement 0 msgbox CableClub_Text_FirstTimeRightThisWay, MSGBOX_DEFAULT closemessage |