mirror of
https://github.com/zeldaret/tp
synced 2026-06-14 14:28:14 -04:00
d_a_npc_du matching (#2769)
* init work * matching * pr cleanup * pr cleanup 2
This commit is contained in:
+704
-593
File diff suppressed because it is too large
Load Diff
@@ -239,7 +239,7 @@ static void* s_piro_sub(void* param_0, void* param_1) {
|
||||
/* 80543718-8054378C 0008F8 0074+00 1/1 0/0 0/0 .text s_du_sub__FPvPv */
|
||||
static void* s_du_sub(void* param_0, void* param_1) {
|
||||
if (fopAcM_IsActor(param_0) && fopAcM_GetName(param_0) == PROC_NPC_DU &&
|
||||
((npc_du_class*)param_0)->field_0x5b8 < 300.0f)
|
||||
((npc_du_class*)param_0)->mPlayerDist < 300.0f)
|
||||
{
|
||||
((npc_henna_class*)param_1)->field_0x7d5 = 70;
|
||||
return param_0;
|
||||
|
||||
Reference in New Issue
Block a user