scannon / scannon_crs / scannon_ten done (#2632)

* scannon done

* scannon_crs done

* scannon_ten done

* pr

* attention debug stuff

* attn flags

* fix build
This commit is contained in:
TakaRikka
2025-09-08 02:01:20 -07:00
committed by GitHub
parent b35204b0c8
commit 5fce8ea1e1
244 changed files with 3067 additions and 3159 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ int daObjDigpl_c::execute() {
}
}
attention_info.flags &= ~0x80;
attention_info.flags &= ~fopAc_AttnFlag_ETC_e;
if (mpDigPoints != NULL) {
current.pos.y = player_p->current.pos.y + 100000.0f;
@@ -147,7 +147,7 @@ int daObjDigpl_c::execute() {
f32 dist_to_player = fopAcM_searchPlayerDistanceXZ2(this);
if (seen_angle <= 0x2800 || dist_to_player < 1600.0f) {
attention_info.flags |= 0x80;
attention_info.flags |= fopAc_AttnFlag_ETC_e;
}
if (dist_to_player < 250000.0f &&