d_a_nh 75% done (#49)

* d_a_nh 75% done

* More nh actions
This commit is contained in:
LagoLunatic
2023-09-17 14:58:28 -04:00
committed by GitHub
parent 65a63eea69
commit e806b15578
21 changed files with 497 additions and 97 deletions
+1 -1
View File
@@ -1186,7 +1186,7 @@ void dNpc_EventCut_c::cutMoveToPosStart() {
}
void dNpc_EventCut_c::cutMoveToPosProc() {
s16 angle = cLib_targetAngleY(mpActor->current.pos, mPos);
s16 angle = cLib_targetAngleY(&mpActor->current.pos, &mPos);
cXyz temp(pDelDistance * JMASinShort(angle), mPos.y, pDelDistance * JMASCosShort(angle));