mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 15:13:54 -04:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user