d_a_tag_schedule OK (#282)

* daTagSchedule_Create

* daTagSchedule_Delete

* pr cleanup

* correct TU comment
This commit is contained in:
Pheenoh
2023-02-14 18:25:27 -07:00
committed by GitHub
parent adac3b9764
commit 8951f20241
5 changed files with 52 additions and 107 deletions
@@ -2,5 +2,19 @@
#define D_A_TAG_SCHEDULE_H
#include "dolphin/types.h"
#include "f_op/f_op_actor_mng.h"
class daTagSchedule_c : public fopAc_ac_c {
public:
int create() {
if (!fopAcM_CheckCondition(this, 8)) {
new (this) daTagSchedule_c();
fopAcM_OnCondition(this, 8);
}
return cPhs_COMPLEATE_e;
}
/* 0x568 */ u8 field_0x568[4];
};
#endif /* D_A_TAG_SCHEDULE_H */