Initial commit version 0.1.0

This commit is contained in:
2025-06-04 22:11:31 -04:00
commit f5fd13eb8a
45 changed files with 2575 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
; RYB Stage 41 Chest Position Execution
if (RYB.Resetting == 2)
RYBChestRef.MoveTo RYBBoatRef
else
RYBChestRef.MoveTo Player
endif
RYBChestRef.SetPos x, RYB.ChestX
RYBChestRef.SetPos y, RYB.ChestY
RYBChestRef.SetPos z, RYB.ChestZ
RYBChestRef.SetAngle z, RYB.ChestAngle
RYBChestRef.SetAngle x, RYB.BoatPitchAngle
RYBChestRef.SetAngle y, RYB.BoatRollAngle