mirror of https://github.com/zeldaret/tp.git
fopMsg_Draw OK
This commit is contained in:
parent
157786e4be
commit
d58a1ab643
|
|
@ -8,24 +8,24 @@
|
|||
#include "global.h"
|
||||
|
||||
typedef struct leafdraw_method_class {
|
||||
process_method_class mBase;
|
||||
process_method_func mpDrawFunc;
|
||||
/* 0x00 */ process_method_class mBase;
|
||||
/* 0x10 */ process_method_func mpDrawFunc;
|
||||
} leafdraw_method_class;
|
||||
|
||||
typedef struct leafdraw_class {
|
||||
base_process_class mBase;
|
||||
leafdraw_method_class* mpDrawMtd;
|
||||
s8 mbUnk0;
|
||||
u8 mbUnk1;
|
||||
draw_priority_class mDwPi;
|
||||
/* 0x00 */ base_process_class mBase;
|
||||
/* 0xB8 */ leafdraw_method_class* mpDrawMtd;
|
||||
/* 0xBC */ s8 mbUnk0;
|
||||
/* 0xBD */ u8 mbUnk1;
|
||||
/* 0xBE */ draw_priority_class mDwPi;
|
||||
} leafdraw_class;
|
||||
|
||||
typedef struct leaf_process_profile_definition {
|
||||
process_profile_definition mBase;
|
||||
leafdraw_method_class* mLfDrwMth;
|
||||
s16 unk20;
|
||||
u8 unk22[2];
|
||||
s32 unk24;
|
||||
/* 0x00 */ process_profile_definition mBase;
|
||||
/* 0x1C */ leafdraw_method_class* mLfDrwMth;
|
||||
/* 0x20 */ s16 unk20;
|
||||
/* 0x22 */ u8 unk22[2];
|
||||
/* 0x24 */ s32 unk24;
|
||||
} leaf_process_profile_definition;
|
||||
|
||||
s32 fpcLf_GetPriority(const leafdraw_class* pLeaf);
|
||||
|
|
@ -36,8 +36,4 @@ s32 fpcLf_IsDelete(leafdraw_class* pLeaf);
|
|||
s32 fpcLf_Delete(leafdraw_class* pLeaf);
|
||||
s32 fpcLf_Create(leafdraw_class* pLeaf);
|
||||
|
||||
extern "C" {
|
||||
void fpcLf_GetPriority__FPC14leafdraw_class(void);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -3322,6 +3322,11 @@ fopMsgM_destroyExpHeap__FP10JKRExpHeap
|
|||
fopMsgM_messageGet__FPcUl
|
||||
insert__10J2DPictureFPCcUcf
|
||||
append__10J2DPictureFPCcf
|
||||
fopMsg_Draw__FPv
|
||||
fopMsg_Execute__FPv
|
||||
fopMsg_IsDelete__FPv
|
||||
fopMsg_Delete__FPv
|
||||
fopMsg_Create__FPv
|
||||
}
|
||||
/*
|
||||
.init 80003100 - 80005600
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ void func_8001E1C8(void);
|
|||
void func_8001E21C(void);
|
||||
void func_8001E270(void);
|
||||
void fopDwTg_DrawQTo__FP16create_tag_class(void);
|
||||
void fpcLf_GetPriority__FPC14leafdraw_class(void);
|
||||
}
|
||||
|
||||
// additional symbols needed for f_op_camera.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue