mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-01 15:59:45 -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:
@@ -562,7 +562,7 @@ static void action(e_bs_class* i_this) {
|
||||
|
||||
if (attn_ON) {
|
||||
fopAcM_OnStatus(actor, 0);
|
||||
actor->attention_info.flags = 4;
|
||||
actor->attention_info.flags = fopAc_AttnFlag_BATTLE_e;
|
||||
} else {
|
||||
fopAcM_OffStatus(actor, 0);
|
||||
actor->attention_info.flags = 0;
|
||||
@@ -878,7 +878,7 @@ static int daE_BS_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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user