mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -04:00
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:
@@ -482,7 +482,7 @@ static void action(e_rb_class* i_this) {
|
||||
|
||||
if (attention_ON) {
|
||||
fopAcM_OnStatus(enemy, 0);
|
||||
enemy->attention_info.flags = 4;
|
||||
enemy->attention_info.flags = fopAc_AttnFlag_BATTLE_e;
|
||||
} else {
|
||||
fopAcM_OffStatus(enemy, 0);
|
||||
enemy->attention_info.flags = 0;
|
||||
@@ -846,7 +846,7 @@ static int daE_RB_Create(fopAc_ac_c* i_this) {
|
||||
l_HIO.id = mDoHIO_CREATE_CHILD("リーバ", &l_HIO);
|
||||
}
|
||||
|
||||
i_this->attention_info.flags = 4;
|
||||
i_this->attention_info.flags = fopAc_AttnFlag_BATTLE_e;
|
||||
fopAcM_SetMtx(i_this, a_this->modelMorf->getModel()->getBaseTRMtx());
|
||||
i_this->health = 1;
|
||||
i_this->field_0x560 = 1;
|
||||
|
||||
Reference in New Issue
Block a user