mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 14:50:15 +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
|
@ -1638,7 +1638,7 @@ void Fishing_DrawLureHook(GlobalContext* globalCtx, Vec3f* pos, Vec3f* refPos, u
|
|||
|
||||
Matrix_MultVec3f(&sZeroVec, &effect->pos);
|
||||
Matrix_Get(&mf);
|
||||
func_800D20CC(&mf, &sEffOwnerHatRot, 0);
|
||||
Matrix_MtxFToYXZRotS(&mf, &sEffOwnerHatRot, 0);
|
||||
|
||||
D_80B7A690 = 0;
|
||||
D_80B7A68C = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue