mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 05:16:24 -04:00
d_a_dmidna OK / f_op + misc cleanup (#276)
* some f_op / d_insect cleanup * rename some vars according to tww * d_a_dmidna OK * remove asm
This commit is contained in:
@@ -15,4 +15,11 @@ public:
|
||||
/* 0xF4 */ u32 mParam;
|
||||
};
|
||||
|
||||
struct kankyo_process_profile_definition {
|
||||
/* 0x00 */ leaf_process_profile_definition base;
|
||||
/* 0x24 */ leafdraw_method_class* mSubMtd;
|
||||
}; // Size: 0x28
|
||||
|
||||
extern leafdraw_method_class g_fopKy_Method;
|
||||
|
||||
#endif /* F_OP_F_OP_KANKYO_H */
|
||||
|
||||
@@ -2,28 +2,33 @@
|
||||
#define F_F_OP_OVERLAP_MNG_H_
|
||||
|
||||
#include "SSystem/SComponent/c_request.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "f_pc/f_pc_leaf.h"
|
||||
|
||||
class overlap_task_class {
|
||||
class overlap_task_class : public leafdraw_class {
|
||||
public:
|
||||
/* 0x00 */ u8 field_0x00[0xC0];
|
||||
/* 0xC0 */ leafdraw_method_class* field_0xc0;
|
||||
/* 0xC4 */ u8 field_0xc4;
|
||||
};
|
||||
/* 0xC4 */ u8 field_0xc4; // used as both u8 and request_base_class* ??
|
||||
/* 0xC8 */ int field_0xc8;
|
||||
|
||||
int fopOvlpM_SceneIsStop(void);
|
||||
int fopOvlpM_SceneIsStart(void);
|
||||
void fopOvlpM_Management(void);
|
||||
int fopOvlpM_IsOutReq(overlap_task_class* pTaskClass);
|
||||
void fopOvlpM_Done(overlap_task_class* pTaskClass);
|
||||
}; // Size: 0xD8?
|
||||
|
||||
struct overlap_process_profile_definition {
|
||||
/* 0x00 */ leaf_process_profile_definition base;
|
||||
/* 0x24 */ leafdraw_method_class* mSubMtd;
|
||||
}; // Size: 0x28
|
||||
|
||||
int fopOvlpM_SceneIsStop();
|
||||
int fopOvlpM_SceneIsStart();
|
||||
void fopOvlpM_Management();
|
||||
int fopOvlpM_IsOutReq(overlap_task_class* i_this);
|
||||
void fopOvlpM_Done(overlap_task_class* i_this);
|
||||
void fopOvlpM_ToldAboutID(unsigned int param_1);
|
||||
int fopOvlpM_IsPeek(void);
|
||||
int fopOvlpM_IsDone(void);
|
||||
int fopOvlpM_IsDoingReq(void);
|
||||
int fopOvlpM_ClearOfReq(void);
|
||||
int fopOvlpM_IsPeek();
|
||||
int fopOvlpM_IsDone();
|
||||
int fopOvlpM_IsDoingReq();
|
||||
int fopOvlpM_ClearOfReq();
|
||||
request_base_class* fopOvlpM_Request(s16 param_1, u16 param_2);
|
||||
int fopOvlpM_Cancel(void);
|
||||
int fopOvlpM_Cancel();
|
||||
void fopOvlpM_Init();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user