Rename movement scripts to use Faster over Fastest
This commit is contained in:
@@ -90,7 +90,7 @@ MossdeepCity_SpaceCenter_1F_EventScript_RocketLaunchCounterMagma::
|
||||
compare VAR_RESULT, 1
|
||||
call_if_ge MossdeepCity_SpaceCenter_1F_EventScript_ShowLaunchNumberMagma
|
||||
closemessage
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestRight
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFasterRight
|
||||
waitmovement 0
|
||||
release
|
||||
end
|
||||
@@ -114,7 +114,7 @@ MossdeepCity_SpaceCenter_1F_EventScript_Scientist::
|
||||
|
||||
MossdeepCity_SpaceCenter_1F_EventScript_ScientistMagma::
|
||||
msgbox MossdeepCity_SpaceCenter_1F_Text_MagmaHaveSightsOnSpaceCenter, MSGBOX_DEFAULT
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestRight
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFasterRight
|
||||
waitmovement 0
|
||||
release
|
||||
end
|
||||
@@ -147,14 +147,14 @@ MossdeepCity_SpaceCenter_1F_EventScript_SunStoneManMagma::
|
||||
goto_if_eq Common_EventScript_ShowBagIsFull
|
||||
setflag FLAG_RECEIVED_SUN_STONE_MOSSDEEP
|
||||
msgbox MossdeepCity_SpaceCenter_1F_Text_CantStrollOnBeachWithMagma, MSGBOX_DEFAULT
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestRight
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFasterRight
|
||||
waitmovement 0
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_SpaceCenter_1F_EventScript_GaveSunStoneMagma::
|
||||
msgbox MossdeepCity_SpaceCenter_1F_Text_CantStrollOnBeachWithMagma, MSGBOX_DEFAULT
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestRight
|
||||
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFasterRight
|
||||
waitmovement 0
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user