mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 15:01:17 +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
|
@ -2805,7 +2805,7 @@ void BossTw_TwinrovaDeathCS(BossTw* this, GlobalContext* globalCtx) {
|
|||
Vec3f pos;
|
||||
Vec3f velocity;
|
||||
Vec3f accel = { 0.0f, 0.0f, 0.0f };
|
||||
|
||||
|
||||
for (i = 0; i < 50; i++) {
|
||||
velocity.x = Rand_CenteredFloat(3.0f);
|
||||
velocity.y = Rand_CenteredFloat(3.0f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue