1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-23 23:41:24 +00:00

Document ACTOR_FLAG_SFX_FOR_PLAYER_BODY_HIT (#2276)

* name ACTOR_FLAG_HIT_PLAYER_THUMP_SFX

* ACTOR_FLAG_HIT_PLAYER_THUMP_SFX -> ACTOR_FLAG_SFX_FOR_PLAYER_BODY_HIT
This commit is contained in:
fig02 2024-10-20 22:29:50 -04:00 committed by GitHub
parent e55e909477
commit f4210323a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 32 additions and 32 deletions

View file

@ -630,7 +630,7 @@ void BossMo_Tentacle(BossMo* this, PlayState* play) {
}
break;
case MO_TENT_ATTACK:
this->actor.flags |= ACTOR_FLAG_24;
this->actor.flags |= ACTOR_FLAG_SFX_FOR_PLAYER_BODY_HIT;
Sfx_PlaySfxAtPos(&this->tentTipPos, NA_SE_EN_MOFER_ATTACK - SFX_FLAG);
Math_ApproachF(&this->waterLevelMod, -5.0f, 0.1f, 0.4f);
for (indS1 = 0; indS1 < 41; indS1++) {