mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +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
|
@ -99,6 +99,10 @@ wordReplace = {
|
|||
"func_80032C7C": "Enemy_StartFinishingBlow",
|
||||
"actorCtx.unk_00": "actorCtx.freezeFlashTimer",
|
||||
"func_800339B8": "Actor_TestFloorInDirection",
|
||||
"Matrix_Reverse": "Matrix_Transpose",
|
||||
"func_800D20CC": "Matrix_MtxFToYXZRotS",
|
||||
"func_800D2264": "Matrix_MtxFToZYXRotS",
|
||||
"func_800D23FC": "Matrix_RotateAxis",
|
||||
}
|
||||
|
||||
# [a-zA-Z0-9_]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue