Use more LOCALID constants
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.set LOCALID_SCIENTIST, 1
|
||||
|
||||
SixIsland_RuinValley_MapScripts:: @ 8168B53
|
||||
map_script MAP_SCRIPT_ON_LOAD, SixIsland_RuinValley_OnLoad
|
||||
.byte 0
|
||||
@@ -13,10 +15,10 @@ SixIsland_RuinValley_EventScript_OpenDottedHoleDoor:: @ 8168B63
|
||||
SixIsland_RuinValley_EventScript_Scientist:: @ 8168B6D
|
||||
lock
|
||||
msgbox SixIsland_RuinValley_Text_CantFigureOutHowToGetInside
|
||||
applymovement 1, Movement_FacePlayer
|
||||
applymovement LOCALID_SCIENTIST, Movement_FacePlayer
|
||||
waitmovement 0
|
||||
msgbox SixIsland_RuinValley_Text_IFoundThisPlace
|
||||
applymovement 1, Movement_FaceOriginalDirection
|
||||
applymovement LOCALID_SCIENTIST, Movement_FaceOriginalDirection
|
||||
waitmovement 0
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user