diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-01-07 05:57:30 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2023-01-07 05:57:30 -0700 |
| commit | dd4db53c5be38d9626d27389a6bb4b3367dc2122 (patch) | |
| tree | e50575526e647489d4745d19ddf6ff86ed2d5740 /include | |
| parent | 42a6a6ebca5fe6a98546cb85b11478077467119a (diff) | |
checkpoint
Diffstat (limited to 'include')
| -rw-r--r-- | include/f_pc/f_pc_executor.h | 6 | ||||
| -rw-r--r-- | include/rel/d/a/d_a_do/d_a_do.h | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/include/f_pc/f_pc_executor.h b/include/f_pc/f_pc_executor.h index 3a0390d7e1..d3999bf46f 100644 --- a/include/f_pc/f_pc_executor.h +++ b/include/f_pc/f_pc_executor.h @@ -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); diff --git a/include/rel/d/a/d_a_do/d_a_do.h b/include/rel/d/a/d_a_do/d_a_do.h index 680b1526d3..56a788c71f 100644 --- a/include/rel/d/a/d_a_do/d_a_do.h +++ b/include/rel/d/a/d_a_do/d_a_do.h @@ -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; |
