mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 23:01:41 -04:00
checkpoint
This commit is contained in:
@@ -16,9 +16,9 @@ s32 fpcEx_Execute(base_process_class* pProc);
|
||||
s32 fpcEx_ToExecuteQ(base_process_class* pProc);
|
||||
void fpcEx_Handler(fpcLnIt_QueueFunc pFunc);
|
||||
|
||||
// inline base_process_class* fpcM_Search(fpcLyIt_JudgeFunc pFunc, void* pUserData) {
|
||||
// return fpcEx_Search(pFunc, pUserData);
|
||||
// }
|
||||
inline base_process_class* i_fpcM_Search(fpcLyIt_JudgeFunc pFunc, void* pUserData) {
|
||||
return fpcEx_Search(pFunc, pUserData);
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
void fpcEx_IsExist__FUi(void);
|
||||
|
||||
@@ -53,8 +53,11 @@ public:
|
||||
/* 0x65C */ u8 field_0x65c[32];
|
||||
/* 0x67C */ float field_0x67c;
|
||||
/* 0x680 */ u8 field_0x680[4];
|
||||
/* 0x684 */ u32 isFood; // maybe can pick a better name here
|
||||
/* 0x688 */ u8 field_0x688[4];
|
||||
/* 0x684 */ u32 mFoodBsPcId;
|
||||
/* 0x688 */ u8 field_0x688;
|
||||
/* 0x689 */ u8 field_0x689;
|
||||
/* 0x68A */ u8 field_0x68a;
|
||||
/* 0x68B */ u8 field_0x68b;
|
||||
/* 0x68C */ float field_0x68c;
|
||||
/* 0x690 */ float field_0x690;
|
||||
/* 0x694 */ float field_0x694;
|
||||
|
||||
Reference in New Issue
Block a user