mirror of
https://github.com/zeldaret/tp
synced 2026-06-08 12:27:18 -04:00
daTagAssist_Execute
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
|
||||
class daTagAssist_c : public fopAc_ac_c {
|
||||
public:
|
||||
@@ -20,6 +21,11 @@ public:
|
||||
return cPhs_COMPLEATE_e;
|
||||
}
|
||||
|
||||
int execute() {
|
||||
fopAcM_searchPlayerDistanceXZ(this);
|
||||
return 1;
|
||||
}
|
||||
|
||||
u8 field_0x568[8];
|
||||
s16 field_0x570;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user