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
+3 -3
View File
@@ -14,7 +14,7 @@ SSAnne_CaptainsOffice_EventScript_Captain::
waitfanfare
call EventScript_RestorePrevTextColor
delay 50
applymovement LOCALID_CAPTAIN, Movement_FacePlayer
applymovement LOCALID_CAPTAIN, Common_Movement_FacePlayer
waitmovement 0
msgbox SSAnne_CaptainsOffice_Text_ThankYouHaveHMForCut
giveitem_msg SSAnne_CaptainsOffice_Text_ObtainedHM01FromCaptain, ITEM_HM01, 1, MUS_OBTAIN_KEY_ITEM
@@ -28,13 +28,13 @@ SSAnne_CaptainsOffice_EventScript_Captain::
SSAnne_CaptainsOffice_EventScript_NoRoomForCut::
msgbox SSAnne_CaptainsOffice_Text_YouHaveNoRoomForThis
closemessage
applymovement LOCALID_CAPTAIN, Movement_FaceOriginalDirection
applymovement LOCALID_CAPTAIN, Common_Movement_FaceOriginalDirection
waitmovement 0
release
end
SSAnne_CaptainsOffice_EventScript_AlreadyGotCut::
applymovement LOCALID_CAPTAIN, Movement_FacePlayer
applymovement LOCALID_CAPTAIN, Common_Movement_FacePlayer
waitmovement 0
msgbox SSAnne_CaptainsOffice_Text_SSAnneWillSetSailSoon
release