Do some work on f_op_actor_mng (#328)

* decompctx - try without shiftjis and write utf8 as output

* Do some work on f_op_actor_mng

* Remove duplicated includes

* Add fopAcM_setEffectMtx

* Match dShopSystem_searchCameraActor

* fopAcM_setEffectMtx now matches with literals

* Remove unnecessary inline in headers
This commit is contained in:
hatal175
2023-05-09 01:10:22 +03:00
committed by GitHub
parent 85827b28ff
commit 44b0fdbb0d
26 changed files with 225 additions and 569 deletions
@@ -11,17 +11,38 @@ public:
return mPriority;
}
static daTagStream_c* getTop() {
return m_top;
}
daTagStream_c* getNext() {
return mNext;
}
u8 checkStreamOn() {
return mStreamOn;
}
s32 checkCanoeOn() {
return mParameters;
}
u8 getPower() {
return mPower;
}
/* 80D638F8 */ int create();
/* 80D63A98 */ ~daTagStream_c();
/* 80D63B58 */ int execute();
int checkArea(cXyz const*);
/* 0x568 */ u8 mPriority;
/* 0x569 */ u8 field_0x569;
/* 0x56A */ u8 field_0x56a;
/* 0x569 */ u8 mStreamOn;
/* 0x56A */ u8 mPower;
/* 0x56B */ u8 field_0x56b;
/* 0x56C */ u32 mParameters;
/* 0x56C */ s32 mParameters;
/* 0x570 */ daTagStream_c* field_0x570;
/* 0x574 */ daTagStream_c* field_0x574;
/* 0x574 */ daTagStream_c* mNext;
static daTagStream_c* m_top;
};