mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-13 21:25:26 -04:00
daTagAssist_Create
This commit is contained in:
@@ -2,5 +2,26 @@
|
||||
#define D_A_TAG_ASSISTANCE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daTagAssist_c : public fopAc_ac_c {
|
||||
public:
|
||||
void create_init() {
|
||||
mAttentionInfo.mFlags = 0;
|
||||
field_0x570 = -1;
|
||||
}
|
||||
|
||||
int create() {
|
||||
if (!fopAcM_CheckCondition(this, 8)) {
|
||||
new (this) daTagAssist_c();
|
||||
fopAcM_OnCondition(this, 8);
|
||||
}
|
||||
create_init();
|
||||
return cPhs_COMPLEATE_e;
|
||||
}
|
||||
|
||||
u8 field_0x568[8];
|
||||
s16 field_0x570;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_ASSISTANCE_H */
|
||||
|
||||
Reference in New Issue
Block a user