Use more LOCALID constants

This commit is contained in:
GriffinR
2021-02-10 20:20:15 -05:00
parent a34c9d09b6
commit 515dde69af
50 changed files with 372 additions and 231 deletions
+4 -2
View File
@@ -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