Add Common_ to movements.inc

This commit is contained in:
Jaizu
2022-08-28 16:51:45 +02:00
parent 7c0b46f6da
commit ce612de462
67 changed files with 312 additions and 312 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ SixIsland_RuinValley_EventScript_OpenDottedHoleDoor::
SixIsland_RuinValley_EventScript_Scientist::
lock
msgbox SixIsland_RuinValley_Text_CantFigureOutHowToGetInside
applymovement LOCALID_SCIENTIST, Movement_FacePlayer
applymovement LOCALID_SCIENTIST, Common_Movement_FacePlayer
waitmovement 0
msgbox SixIsland_RuinValley_Text_IFoundThisPlace
applymovement LOCALID_SCIENTIST, Movement_FaceOriginalDirection
applymovement LOCALID_SCIENTIST, Common_Movement_FaceOriginalDirection
waitmovement 0
release
end