OBJ_EVENT_ID_PLAYER/CAMERA -> LOCALID_PLAYER/CAMERA

This commit is contained in:
GriffinR
2024-10-14 22:48:30 -04:00
parent a2e408cf4e
commit 4dc5c47799
75 changed files with 315 additions and 315 deletions
+2 -2
View File
@@ -49,12 +49,12 @@ SeafoamIslands_B3F_EventScript_AddBoulderPresent::
return
SeafoamIslands_B3F_EventScript_RideCurrentFar::
applymovement OBJ_EVENT_ID_PLAYER, SeafoamIslands_B3F_Movement_RideCurrentFar
applymovement LOCALID_PLAYER, SeafoamIslands_B3F_Movement_RideCurrentFar
waitmovement 0
return
SeafoamIslands_B3F_EventScript_RideCurrentClose::
applymovement OBJ_EVENT_ID_PLAYER, SeafoamIslands_B3F_Movement_RideCurrentClose
applymovement LOCALID_PLAYER, SeafoamIslands_B3F_Movement_RideCurrentClose
waitmovement 0
return