mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40: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
|
@ -307,7 +307,7 @@ void func_80AF95C4(EnSda* this, u8* shadowTexture, Player* player, GlobalContext
|
|||
}
|
||||
osSyncPrintf("SDA CONT 3\n");
|
||||
if (this->actor.params != 1) {
|
||||
func_800D20CC(&player->shieldMf, &sp178, false);
|
||||
Matrix_MtxFToYXZRotS(&player->shieldMf, &sp178, false);
|
||||
sp178.y += (KREG(87) << 0xF) + 0x8000;
|
||||
sp178.x *= (KREG(88) - 1);
|
||||
Matrix_Mult(&player->shieldMf, MTXMODE_NEW);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue