mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
Run formatter
This commit is contained in:
parent
148694d60f
commit
ec4d0fa5a3
2 changed files with 6 additions and 6 deletions
|
@ -1397,8 +1397,8 @@ void BossDodongo_DeathCutscene(BossDodongo* this, GlobalContext* globalCtx) {
|
||||||
Camera_AddQuake(&globalCtx->mainCamera, 2, 1, 8);
|
Camera_AddQuake(&globalCtx->mainCamera, 2, 1, 8);
|
||||||
}
|
}
|
||||||
if (!(this->unk_19E & 1)) {
|
if (!(this->unk_19E & 1)) {
|
||||||
Actor_SpawnFloorDustRing(globalCtx, &this->actor, &this->actor.world.pos, 40.0f, 3, 8.0f, 500,
|
Actor_SpawnFloorDustRing(globalCtx, &this->actor, &this->actor.world.pos, 40.0f, 3, 8.0f, 500, 10,
|
||||||
10, false);
|
false);
|
||||||
}
|
}
|
||||||
tempSin = cornerPos->x - this->actor.world.pos.x;
|
tempSin = cornerPos->x - this->actor.world.pos.x;
|
||||||
tempCos = cornerPos->z - this->actor.world.pos.z;
|
tempCos = cornerPos->z - this->actor.world.pos.z;
|
||||||
|
@ -1522,8 +1522,8 @@ void BossDodongo_DeathCutscene(BossDodongo* this, GlobalContext* globalCtx) {
|
||||||
} else {
|
} else {
|
||||||
Audio_PlayActorSound2(&this->actor, NA_SE_EN_DODO_K_ROLL - SFX_FLAG);
|
Audio_PlayActorSound2(&this->actor, NA_SE_EN_DODO_K_ROLL - SFX_FLAG);
|
||||||
if (!(this->unk_19E & 1)) {
|
if (!(this->unk_19E & 1)) {
|
||||||
Actor_SpawnFloorDustRing(globalCtx, &this->actor, &this->actor.world.pos, 40.0f, 3, 8.0f, 500,
|
Actor_SpawnFloorDustRing(globalCtx, &this->actor, &this->actor.world.pos, 40.0f, 3, 8.0f, 500, 10,
|
||||||
10, false);
|
false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Math_SmoothStepToF(&this->actor.speedXZ, 0.0f, 0.2f, 0.1f, 0.0f);
|
Math_SmoothStepToF(&this->actor.speedXZ, 0.0f, 0.2f, 0.1f, 0.0f);
|
||||||
|
|
|
@ -705,8 +705,8 @@ void func_809D0584(EnBw* this, GlobalContext* globalCtx) {
|
||||||
if (func_800355E4(globalCtx, &this->collider2.base)) {
|
if (func_800355E4(globalCtx, &this->collider2.base)) {
|
||||||
this->unk_230 = 0;
|
this->unk_230 = 0;
|
||||||
this->actor.scale.y -= 0.009f;
|
this->actor.scale.y -= 0.009f;
|
||||||
Actor_SpawnFloorDustRing(globalCtx, &this->actor, &this->actor.world.pos, 30.0f, 11, 4.0f, 0,
|
Actor_SpawnFloorDustRing(globalCtx, &this->actor, &this->actor.world.pos, 30.0f, 11, 4.0f, 0, 0,
|
||||||
0, false);
|
false);
|
||||||
} else {
|
} else {
|
||||||
this->unk_230 = 1;
|
this->unk_230 = 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue