Rename WalkFastest functions to WalkFaster

This commit is contained in:
cbt6
2022-08-11 12:21:28 +08:00
parent 84848deb14
commit 7233b2ed0a
65 changed files with 408 additions and 408 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ CableClub_EventScript_PlayerExitLinkRoom::
CableClub_EventScript_Tutorial::
lockall
textcolor 1
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestUp
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFasterUp
waitmovement 0
msgbox CableClub_Text_FirstTimeRightThisWay
closemessage
+8 -8
View File
@@ -25,20 +25,20 @@ Movement_FaceOriginalDirection::
face_original_direction
step_end
Movement_WalkInPlaceFastestLeft::
walk_in_place_fastest_left
Movement_WalkInPlaceFasterLeft::
walk_in_place_faster_left
step_end
Movement_WalkInPlaceFastestUp::
walk_in_place_fastest_up
Movement_WalkInPlaceFasterUp::
walk_in_place_faster_up
step_end
Movement_WalkInPlaceFastestRight::
walk_in_place_fastest_right
Movement_WalkInPlaceFasterRight::
walk_in_place_faster_right
step_end
Movement_WalkInPlaceFastestDown::
walk_in_place_fastest_down
Movement_WalkInPlaceFasterDown::
walk_in_place_faster_down
step_end
Movement_FaceRight::
+2 -2
View File
@@ -19,11 +19,11 @@ EventScript_PkmnCenterNurse_HealPkmn::
end
EventScript_PkmnCenterNurse_TakeAndHealPkmn::
applymovement VAR_LAST_TALKED, Movement_WalkInPlaceFastestLeft
applymovement VAR_LAST_TALKED, Movement_WalkInPlaceFasterLeft
waitmovement 0
dofieldeffect FLDEFF_POKECENTER_HEAL
waitfieldeffect FLDEFF_POKECENTER_HEAL
applymovement VAR_LAST_TALKED, Movement_WalkInPlaceFastestDown
applymovement VAR_LAST_TALKED, Movement_WalkInPlaceFasterDown
waitmovement 0
special HealPlayerParty
return
+3 -3
View File
@@ -116,7 +116,7 @@ Route23_EventScript_RecognizeBadge::
Route23_EventScript_BadgeGuardTrigger::
textcolor 0
applymovement VAR_0x8009, Movement_WalkInPlaceFastestLeft
applymovement VAR_0x8009, Movement_WalkInPlaceFasterLeft
waitmovement 0
switch VAR_TEMP_1
case 1, Route23_EventScript_CheckBoulderBadgeTrigger
@@ -175,7 +175,7 @@ Route23_EventScript_MissingBoulderBadgeTrigger::
msgbox Text_CantLetYouPass
closemessage
applymovement OBJ_EVENT_ID_PLAYER, Route23_Movement_WalkDown
applymovement VAR_0x8009, Movement_WalkInPlaceFastestDown
applymovement VAR_0x8009, Movement_WalkInPlaceFasterDown
waitmovement 0
releaseall
end
@@ -188,7 +188,7 @@ Route23_EventScript_MissingBadgeTrigger::
closemessage
waitse
applymovement OBJ_EVENT_ID_PLAYER, Route23_Movement_WalkDown
applymovement VAR_0x8009, Movement_WalkInPlaceFastestDown
applymovement VAR_0x8009, Movement_WalkInPlaceFasterDown
waitmovement 0
releaseall
end
+1 -1
View File
@@ -24,7 +24,7 @@ EventScript_AfterWhiteOutHealMsg::
EventScript_AfterWhiteOutMomHeal::
lockall
textcolor 1
applymovement LOCALID_MOM, Movement_WalkInPlaceFastestDown
applymovement LOCALID_MOM, Movement_WalkInPlaceFasterDown
waitmovement 0
msgbox Text_HadQuiteAnExperienceTakeRest
call EventScript_OutOfCenterPartyHeal