mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
d_a_tag_schedule OK (#282)
* daTagSchedule_Create * daTagSchedule_Delete * pr cleanup * correct TU comment
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user