diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-09-08 02:01:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 12:01:20 +0300 |
| commit | 52aa5f677f722f14f10298a3ebe1e355a4c26938 (patch) | |
| tree | 583eb03de69d9a2232be573fd4fe5f4e5380e417 /src/d/actor/d_a_e_ba.cpp | |
| parent | cbe5aaca8f2cb2e5046166b79a46de1e97f82730 (diff) | |
scannon / scannon_crs / scannon_ten done (#2632)
* scannon done
* scannon_crs done
* scannon_ten done
* pr
* attention debug stuff
* attn flags
* fix build
Diffstat (limited to 'src/d/actor/d_a_e_ba.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_ba.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_e_ba.cpp b/src/d/actor/d_a_e_ba.cpp index 07a0e42ed8..ed384af775 100644 --- a/src/d/actor/d_a_e_ba.cpp +++ b/src/d/actor/d_a_e_ba.cpp @@ -917,7 +917,7 @@ static int daE_BA_Execute(e_ba_class* i_this) { if (a_this->health > 0 && !i_this->mIsDying && player->current.pos.y < a_this->current.pos.y) { fopAcM_OnStatus(a_this, 0); - a_this->attention_info.flags = 4; + a_this->attention_info.flags = fopAc_AttnFlag_BATTLE_e; } else { fopAcM_OffStatus(a_this, 0); a_this->attention_info.flags = 0; @@ -983,7 +983,7 @@ static int daE_BA_Execute(e_ba_class* i_this) { } } - a_this->attention_info.flags |= 0x200000; + a_this->attention_info.flags |= fopAc_AttnFlag_UNK_0x200000; return 1; } @@ -1094,7 +1094,7 @@ static cPhs__Step daE_BA_Create(fopAc_ac_c* i_this) { l_HIO.field_0x04 = -1; } - i_this->attention_info.flags = 4; + i_this->attention_info.flags = fopAc_AttnFlag_BATTLE_e; fopAcM_SetMtx(i_this, _this->mpMorf->getModel()->getBaseTRMtx()); fopAcM_SetMin(i_this, -200.0f, -200.0f, -200.0f); fopAcM_SetMax(i_this, 200.0f, 200.0f, 200.0f); |
