mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 07:06:50 -04:00
+2131
-1180
File diff suppressed because it is too large
Load Diff
@@ -830,7 +830,7 @@ static void e_hb_damage(e_hb_class* i_this) {
|
||||
i_this->action = ACTION_WAIT;
|
||||
i_this->mode = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 804FE5C8-804FE8F8 002948 0330+00 1/1 0/0 0/0 .text kuki_control1__FP10e_hb_class */
|
||||
|
||||
@@ -191,8 +191,8 @@ static daPillar_c* search_hasira(e_mk_class* i_this) {
|
||||
|
||||
/* 80714874-807148FC 000834 0088+00 1/1 0/0 0/0 .text s_d_sub__FPvPv */
|
||||
static void* s_d_sub(void* i_actor, void* i_data) {
|
||||
if (((fopAc_IsActor(i_actor) && fopAcM_GetName(i_actor) == PROC_E_DB) && static_cast<e_db_class*>(i_actor)->field_0x66a == 10)
|
||||
&& (static_cast<e_db_class*>(i_actor)->field_0x66c >= 1 && target_info_count < 20)) {
|
||||
if (((fopAc_IsActor(i_actor) && fopAcM_GetName(i_actor) == PROC_E_DB) && static_cast<e_db_class*>(i_actor)->action == 10)
|
||||
&& (static_cast<e_db_class*>(i_actor)->mode >= 1 && target_info_count < 20)) {
|
||||
target_info[target_info_count] = i_actor;
|
||||
target_info_count++;
|
||||
}
|
||||
|
||||
@@ -322,7 +322,7 @@ static void chain_control_01(obj_key_class* i_this) {
|
||||
} else if (fopAcM_GetName(pparent) == PROC_E_DB || fopAcM_GetName(pparent) == PROC_E_HB) {
|
||||
e_db_class* db = (e_db_class*)pparent;
|
||||
|
||||
if (db->field_0x66a == 20) {
|
||||
if (db->action == 20) {
|
||||
spB8 = db->field_0x69c[2];
|
||||
} else {
|
||||
spB8 = db->field_0x69c[TREG_S(3) + 9];
|
||||
|
||||
Reference in New Issue
Block a user