mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 14:20:11 +00:00
Document EnGoroiwa and BgJyaGoroiwa (#860)
* Document EnGoroiwa and BgJyaGoroiwa * Run format.sh * Add renamed functions to actorfixer script * no more calling out "the devs" for bad code * `EnGoroiwa#flags` -> `stateFlags` * `Matrix_MtxFToRotS` -> `Matrix_MtxFToYXZRotS` (and not ZXY oops), `func_800D2264` -> `Matrix_MtxFToZYXRotS`
This commit is contained in:
parent
18c84b0be7
commit
743f42f651
29 changed files with 425 additions and 394 deletions
|
@ -2539,7 +2539,7 @@ void BossMo_DrawTentacle(BossMo* this, GlobalContext* globalCtx) {
|
|||
Matrix_MultVec3f(&sp8C, &this->grabPosRot.pos);
|
||||
Matrix_RotateX(-35 * M_PI / 64, MTXMODE_APPLY);
|
||||
Matrix_Get(&sp98);
|
||||
func_800D20CC(&sp98, &sp84, 0);
|
||||
Matrix_MtxFToYXZRotS(&sp98, &sp84, 0);
|
||||
this->grabPosRot.rot.x = sp84.x;
|
||||
this->grabPosRot.rot.y = sp84.y;
|
||||
this->grabPosRot.rot.z = sp84.z;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue