mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
EnMb documented (Moblins) (#861)
* Document Moblins (EnMb) * Use actual decomp-style function names * Add renamed functions to actorfixer.py * Add general documentation and add EnMbType enum to check moblin subtype * Add fig's doc comment on Actor_TestFloorInDirection * Revert documentation on z_eff_ss_dead.c * remove `gSPFogPosition(?,?)` comments on `gSPFogFactor` uses in z_rcp.c * run formatter
This commit is contained in:
parent
ca2ea1ce2d
commit
9455c885f8
38 changed files with 1095 additions and 1004 deletions
|
@ -86,9 +86,11 @@ animdict ={
|
|||
"func_80035650": "Actor_SetDropFlag",
|
||||
"func_8003573C": "Actor_SetDropFlagJntSph",
|
||||
"func_80033780": "Actor_GetProjectileActor",
|
||||
"func_80033260": "Actor_SpawnFloorDust",
|
||||
"func_80033260": "Actor_SpawnFloorDustRing",
|
||||
"Actor_SpawnFloorDust": "Actor_SpawnFloorDustRing",
|
||||
"func_80032C7C": "Enemy_StartFinishingBlow",
|
||||
"actorCtx.unk_00": "actorCtx.freezeFlashTimer",
|
||||
"func_800339B8": "Actor_TestFloorInDirection",
|
||||
}
|
||||
|
||||
def replace_anim(file):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue