fopMsg_Draw OK

This commit is contained in:
Pheenoh 2021-03-27 20:18:32 -04:00
parent 157786e4be
commit d58a1ab643
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
3 changed files with 18 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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